mirror of
https://github.com/TotalFreedomMC/TF-LibsDisguises.git
synced 2025-02-11 11:40:29 +00:00
Dumb error, I havn't been sleeping well lately.
This commit is contained in:
parent
eff6dc3025
commit
ca9a69f569
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, 0);
|
||||
.createPacket(bedChunk, chunkX, chunkZ);
|
||||
|
||||
i++;
|
||||
|
||||
|
|
Loading…
Reference in a new issue