the problem is in your Player.java so open it up and change this:
to this:Code:if (!isFullBody) { playerProps.writeWord(0x100+playerAppearance[3]); } else { playerProps.writeByte(0); }
Code:if (!Item.isFullBody(playerEquipment[playerChest])) { playerProps.writeWord(0x100 + playerAppearance[3]); } else { playerProps.writeByte(0); }





Still need this