Dumb error, I havn't been sleeping well lately.

This commit is contained in:
libraryaddict 2016-05-13 00:56:24 +12:00
parent eff6dc3025
commit ca9a69f569

View File

@ -455,7 +455,7 @@ public class DisguiseUtilities
// Make unload packets
packets[i] = ProtocolLibrary.getProtocolManager().createPacketConstructor(Server.UNLOAD_CHUNK, chunkX, chunkZ)
.createPacket(bedChunk, 0);
.createPacket(bedChunk, chunkX, chunkZ);
i++;