Add sequence to PlayerDigging

This commit is contained in:
Ryan 2022-06-21 15:07:29 -07:00
parent f75debdd50
commit 09b434f298

View file

@ -1461,6 +1461,7 @@ pub mod play {
status: DiggingStatus, status: DiggingStatus,
location: BlockPos, location: BlockPos,
face: BlockFace, face: BlockFace,
sequence: VarInt,
} }
} }