This commit is contained in:
batchprogrammer314
2021-06-27 00:09:06 -05:00
parent 71cb5dd4a9
commit 19abd19a9d
2 changed files with 2 additions and 3 deletions

View File

@@ -268,7 +268,6 @@ public class NPC extends EntityPlayer {
PlayerConnection connection = ((CraftPlayer) player).getHandle().playerConnection;
connection.sendPacket(new PacketPlayOutEntityHeadRotation(playerNPC.getHandle(), (byte) (facing.getYaw() * 256 / 360)));
}
} catch (IllegalArgumentException ignored) { }
}