mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-04 16:43:03 +08:00
revert(vc): Revert load orders due to unable to load libraries.
This commit is contained in:
@@ -60,16 +60,14 @@ public class MineSQLVelocity implements MineSQLPlatform {
|
||||
LoggerFactory.getLogger("minesql"), dataDirectory,
|
||||
server.getPluginManager(), this
|
||||
);
|
||||
|
||||
outputInfo();
|
||||
|
||||
getLogger().info("加载基础核心...");
|
||||
this.core = new MineSQLCore(this);
|
||||
}
|
||||
|
||||
@Subscribe(order = PostOrder.FIRST)
|
||||
public void onInitialize(ProxyInitializeEvent event) {
|
||||
outputInfo();
|
||||
getLogger().info("加载基础核心...");
|
||||
|
||||
this.core = new MineSQLCore(this);
|
||||
getLogger().info("初始化指令管理器...");
|
||||
this.commandManager = new VelocityCommandManager(server, this);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user