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();
|
||||
|
||||
ReflectionManager.registerValues();
|
||||
DisguiseParser.createDefaultMethods();
|
||||
|
||||
new SoundManager().load();
|
||||
|
||||
DisguiseConfig.loadConfig();
|
||||
|
||||
DisguiseParser.createDefaultMethods();
|
||||
|
||||
PacketsManager.addPacketListeners();
|
||||
|
||||
listener = new DisguiseListener(this);
|
||||
|
Reference in New Issue
Block a user