Remove unused level function

This commit is contained in:
Tomás F 2020-07-01 21:16:34 +01:00
parent 3ba2c17c6a
commit 84ab5daf40
1 changed files with 0 additions and 4 deletions

View File

@ -40,10 +40,6 @@ public enum HoneyLevelIndicators {
return EMPTY;
}
public int getLevel() {
return level;
}
public ChatColor getColor() {
return color;
}