Update SrDisassemble.java

This commit is contained in:
玉玉第一名
2024-07-31 20:36:04 +08:00
committed by GitHub
parent 24e05819c7
commit 391bbbbe26

View File

@@ -30,13 +30,6 @@ public final class SrDisassemble extends JavaPlugin {
commandBase.registerSubCommand("open",new DisCommand()); commandBase.registerSubCommand("open",new DisCommand());
commandBase.registerSubCommand("reload",new DisCommand()); commandBase.registerSubCommand("reload",new DisCommand());
this.getCommand("srmeltagain").setExecutor(commandBase);
commandBase.registerSubCommand("open",new MeltCommand());
commandBase.registerSubCommand("reload",new MeltCommand());
this.getCommand("srrepair").setExecutor(commandBase);
commandBase.registerSubCommand("open",new RepairCommand());
commandBase.registerSubCommand("reload",new RepairCommand());
//读取暂存箱 //读取暂存箱
JdbcSqlClass.createPauseBoxTable(); JdbcSqlClass.createPauseBoxTable();