mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 21:26:46 +01:00
Fixed NPE at startup
This commit is contained in:
parent
ac075c5bae
commit
36a5039c12
@ -99,8 +99,7 @@ public class mcMMO extends JavaPlugin {
|
|||||||
this.config2 = new LoadTreasures(this);
|
this.config2 = new LoadTreasures(this);
|
||||||
this.config2.load();
|
this.config2.load();
|
||||||
|
|
||||||
Party.getInstance().loadParties();
|
new Party(this).loadParties();
|
||||||
new Party(this);
|
|
||||||
|
|
||||||
if (!LoadProperties.useMySQL) {
|
if (!LoadProperties.useMySQL) {
|
||||||
Users.loadUsers();
|
Users.loadUsers();
|
||||||
|
Loading…
Reference in New Issue
Block a user