fix: ambiguous plugin type

This commit is contained in:
aro 2022-12-14 15:56:17 +01:00
parent f51b882d3d
commit 262622332a

View file

@ -35,6 +35,8 @@ public class NickoBukkit extends JavaPlugin {
private MojangAPI mojangAPI; private MojangAPI mojangAPI;
private PlayerDataStore dataStore; private PlayerDataStore dataStore;
public NickoBukkit() { this.unitTesting = false; }
/** /**
* Used by MockBukkit * Used by MockBukkit
*/ */