hiscore: display levels above 99 in the panel

This commit is contained in:
Lotto
2018-04-14 17:12:01 +02:00
committed by Adam
parent f193f22f8d
commit 7685a6a110
3 changed files with 28 additions and 3 deletions

View File

@@ -31,7 +31,7 @@ public class HiscorePanelTest
@Test
public void testConstructor()
{
new HiscorePanel();
new HiscorePanel(new HiscoreConfig() {});
}
}