mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-07-09 08:18:06 +00:00
TU19: merge Minecraft.World/Network
This commit is contained in:
@@ -29,8 +29,8 @@ void TileEventPacket::read(DataInputStream* dis) // throws IOException
|
||||
x = dis->readInt();
|
||||
y = dis->readShort();
|
||||
z = dis->readInt();
|
||||
b0 = dis->read();
|
||||
b1 = dis->read();
|
||||
b0 = dis->readUnsignedByte();
|
||||
b1 = dis->readUnsignedByte();
|
||||
tile = dis->readShort() & Tile::TILE_NUM_MASK;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user