Handle block updates from the server

This commit is contained in:
Thinkofname 2016-03-31 15:26:07 +01:00
parent 9593f56eee
commit 463ca00dd7
1 changed files with 1 additions and 1 deletions

View File

@ -385,7 +385,7 @@ state_packets!(
// MultiBlockChange is used to update a batch of blocks in a single packet.
MultiBlockChange {
chunk_x: i32 =,
chunk_y: i32 =,
chunk_z: i32 =,
records: LenPrefixed<VarInt, packet::BlockChangeRecord> =,
}
// ConfirmTransaction notifies the client whether a transaction was successful