mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-23 02:55:38 +00:00
TU19: merge Minecraft.World/Network
This commit is contained in:
@@ -24,7 +24,7 @@ void TileUpdatePacket::read(DataInputStream* dis) // throws IOException
|
||||
{
|
||||
#ifdef _LARGE_WORLDS
|
||||
x = dis->readInt();
|
||||
y = dis->read();
|
||||
y = dis->readUnsignedByte();
|
||||
z = dis->readInt();
|
||||
|
||||
block = (int)dis->readShort() & 0xffff;
|
||||
|
||||
Reference in New Issue
Block a user