Skip to content

Commit

Permalink
revert(vc): Revert load orders due to unable to load libraries.
Browse files Browse the repository at this point in the history
  • Loading branch information
CarmJos committed Jan 26, 2025
1 parent 31aa49a commit 9ba9b1f
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,16 +60,14 @@ public MineSQLVelocity(ProxyServer server, Logger logger,
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);

Expand Down

0 comments on commit 9ba9b1f

Please sign in to comment.