added total level to highscores/skill enum
This commit is contained in:
@@ -49,7 +49,8 @@ public enum Skill
|
||||
FARMING("Farming"),
|
||||
RUNECRAFT("Runecraft"),
|
||||
HUNTER("Hunter"),
|
||||
CONSTRUCTION("Construction");
|
||||
CONSTRUCTION("Construction"),
|
||||
OVERALL("Overall");
|
||||
|
||||
private final String name;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user