mirror of
https://github.com/CarmJos/MineSQL.git
synced 2026-06-05 00:48:16 +08:00
refactor(api): 重新设计API结构
This commit is contained in:
@@ -86,7 +86,7 @@ public class MineSQLVelocity implements MineSQLPlatform {
|
||||
public void onShutdown(ProxyShutdownEvent event) {
|
||||
outputInfo();
|
||||
getLogger().info("终止全部数据库连接...");
|
||||
this.core.getRegistry().shutdownAll();
|
||||
this.core.shutdownAll();
|
||||
}
|
||||
|
||||
public ProxyServer getServer() {
|
||||
|
||||
Reference in New Issue
Block a user