This commit is contained in:
Luca
2021-11-24 17:13:10 +01:00
parent bc953fa2b5
commit 248d378161
3 changed files with 7 additions and 8 deletions

View File

@ -34,8 +34,6 @@ public class PlayerCurrentGameData {
private int axeLevel = 0;
private boolean shears = false;
private int teamId;
private ArmorType armorType = ArmorType.LEATHER;
private Map<UUID, ArmorType> armor = new HashMap<UUID, ArmorType>();