Add option to hide both globes and xp tracker after 99 (#5741)

Fixes #2631
This commit is contained in:
Andre
2018-10-03 09:35:42 +02:00
committed by Tomas Slusny
parent f229f942f1
commit 62be01c7ed
5 changed files with 46 additions and 7 deletions
@@ -36,6 +36,11 @@ import static java.lang.Math.max;
*/
public class Experience
{
/**
* Maximum effective skill level at 13,034,431 experience.
*/
public static final int MAX_REAL_LEVEL = 99;
/**
* The maximum virtual skill level for any skill (200M experience).
*/