mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2024-11-11 01:17:16 +00:00
Screwed up again
This commit is contained in:
parent
ca9a69f569
commit
453c456751
1 changed files with 1 additions and 1 deletions
|
@ -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++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue