mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2024-11-22 13:16:45 +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.load();
|
||||
|
||||
Party.getInstance().loadParties();
|
||||
new Party(this);
|
||||
new Party(this).loadParties();
|
||||
|
||||
if (!LoadProperties.useMySQL) {
|
||||
Users.loadUsers();
|
||||
|
Loading…
Reference in New Issue
Block a user