hiscore plugin: add config caching

Signed-off-by: PKLite <stonewall@pklite.xyz>
This commit is contained in:
PKLite
2019-09-09 14:36:58 -04:00
parent e304591b52
commit e129f6227b
4 changed files with 38 additions and 14 deletions

View File

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