mirror of
https://github.com/mcMMO-Dev/mcMMO.git
synced 2025-11-10 22:00:50 +01:00
Fixed NPE at startup
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user