modify name 2 label...

dev
502647092 2015-09-01 19:12:11 +08:00
parent 8107333391
commit 189e10bd00
1 changed files with 1 additions and 1 deletions

View File

@ -453,7 +453,7 @@ public class PluginsManager {
if (command.getPlugin() == next) { if (command.getPlugin() == next) {
command.unregister(commandMap); command.unregister(commandMap);
it.remove(); it.remove();
sender.sendMessage("§6卸载: §a插件 " + name + " 的 " + command.getName() + " 命令已卸载!"); sender.sendMessage("§6卸载: §a插件 " + name + " 的 " + command.getLabel() + " 命令已卸载!");
} }
} }
} }