Screwed up again

This commit is contained in:
libraryaddict 2016-05-13 00:56:44 +12:00
parent ca9a69f569
commit 453c456751

View File

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