Change data load order to try fix parser doing wrong defaults
This commit is contained in:
		| @@ -125,11 +125,13 @@ public class LibsDisguises extends JavaPlugin { | |||||||
|         DisguiseUtilities.init(); |         DisguiseUtilities.init(); | ||||||
|  |  | ||||||
|         ReflectionManager.registerValues(); |         ReflectionManager.registerValues(); | ||||||
|         DisguiseParser.createDefaultMethods(); |  | ||||||
|         new SoundManager().load(); |         new SoundManager().load(); | ||||||
|  |  | ||||||
|         DisguiseConfig.loadConfig(); |         DisguiseConfig.loadConfig(); | ||||||
|  |  | ||||||
|  |         DisguiseParser.createDefaultMethods(); | ||||||
|  |  | ||||||
|         PacketsManager.addPacketListeners(); |         PacketsManager.addPacketListeners(); | ||||||
|  |  | ||||||
|         listener = new DisguiseListener(this); |         listener = new DisguiseListener(this); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user