Fix SoundGroup preventing the plugin from loading
This commit is contained in:
@@ -120,17 +120,16 @@ public class LibsDisguises extends JavaPlugin {
|
||||
}
|
||||
|
||||
ReflectionManager.init();
|
||||
new SoundManager().load();
|
||||
|
||||
PacketsManager.init();
|
||||
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