fix: ambiguous plugin type
This commit is contained in:
parent
f51b882d3d
commit
262622332a
1 changed files with 2 additions and 0 deletions
|
@ -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
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in a new issue