modify name 2 label...

This commit is contained in:
502647092 2015-09-01 19:12:11 +08:00
parent 8107333391
commit 189e10bd00

View File

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