Commit 12d6d54f authored by mainlove's avatar mainlove

先加载事件 再load插件

parent 7bc5d236
...@@ -107,10 +107,10 @@ public final class SoloServletListener extends AbstractServletListener { ...@@ -107,10 +107,10 @@ public final class SoloServletListener extends AbstractServletListener {
} }
} }
PluginManager.getInstance().load();
registerEventProcessor(); registerEventProcessor();
PluginManager.getInstance().load();
LOGGER.info("Initialized the context"); LOGGER.info("Initialized the context");
Stopwatchs.end(); Stopwatchs.end();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment