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:
@@ -66,7 +66,7 @@ public class MineSQLBungee extends Plugin implements MineSQLPlatform {
|
||||
public void onDisable() {
|
||||
outputInfo();
|
||||
getLogger().info("终止全部数据库连接...");
|
||||
this.core.getRegistry().shutdownAll();
|
||||
this.core.shutdownAll();
|
||||
}
|
||||
|
||||
public static MineSQLBungee getInstance() {
|
||||
|
||||
Reference in New Issue
Block a user