mirror of
				https://github.com/mcMMO-Dev/mcMMO.git
				synced 2025-10-30 00:33:45 +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.load(); | ||||
|  | ||||
|         Party.getInstance().loadParties(); | ||||
|         new Party(this); | ||||
|         new Party(this).loadParties(); | ||||
|  | ||||
|         if (!LoadProperties.useMySQL) { | ||||
|             Users.loadUsers(); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 bm01
					bm01