xpglobes: don't break at virt level 126

This commit is contained in:
Adam
2018-01-14 11:25:37 -05:00
parent f6f134467d
commit 958d2558f5
3 changed files with 14 additions and 14 deletions

View File

@@ -32,7 +32,7 @@ public class Experience
/**
* Maximum level under 200m xp
*/
private static final int MAX_VIRT_LEVEL = 126;
public static final int MAX_VIRT_LEVEL = 126;
private static final int[] XP_FOR_LEVEL = new int[MAX_VIRT_LEVEL];