Make sure plugin onLoad is really called onLoad. This fixes regression #822 from when we implemented plugin depends.
This commit is contained in:
@@ -194,11 +194,13 @@ public class BungeeCord extends ProxyServer
|
||||
|
||||
pluginsFolder.mkdir();
|
||||
pluginManager.detectPlugins( pluginsFolder );
|
||||
|
||||
pluginManager.loadPlugins();
|
||||
config.load();
|
||||
|
||||
isRunning = true;
|
||||
|
||||
pluginManager.loadAndEnablePlugins();
|
||||
pluginManager.enablePlugins();
|
||||
|
||||
connectionThrottle = new ConnectionThrottle( config.getThrottle() );
|
||||
startListeners();
|
||||
|
Reference in New Issue
Block a user