Add info about /savedisguise to disguises.yml

This commit is contained in:
libraryaddict
2020-03-02 22:42:33 +13:00
parent 7c89c9ca50
commit ccd1d775fd
2 changed files with 4 additions and 4 deletions

View File

@@ -34,10 +34,7 @@ public class PacketsHandler {
packetHandlers.add(new PacketHandlerEntityStatus());
packetHandlers.add(new PacketHandlerEquipment(this));
//if (!NmsVersion.v1_14.isSupported()) {
packetHandlers.add(new PacketHandlerHeadRotation());
// }
packetHandlers.add(new PacketHandlerHeadRotation());
packetHandlers.add(new PacketHandlerMetadata(this));
packetHandlers.add(new PacketHandlerMovement());
packetHandlers.add(new PacketHandlerSpawn(this));