Dumb error, I havn't been sleeping well lately.
This commit is contained in:
parent
eff6dc3025
commit
ca9a69f569
@ -455,7 +455,7 @@ public class DisguiseUtilities
|
|||||||
// Make unload packets
|
// Make unload packets
|
||||||
|
|
||||||
packets[i] = ProtocolLibrary.getProtocolManager().createPacketConstructor(Server.UNLOAD_CHUNK, chunkX, chunkZ)
|
packets[i] = ProtocolLibrary.getProtocolManager().createPacketConstructor(Server.UNLOAD_CHUNK, chunkX, chunkZ)
|
||||||
.createPacket(bedChunk, 0);
|
.createPacket(bedChunk, chunkX, chunkZ);
|
||||||
|
|
||||||
i++;
|
i++;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user