update CommandEnchantBench.java

pull/2/HEAD
xjboss2 2015-10-24 15:51:09 +08:00
parent c2b6f00bc2
commit d6ac3265b4
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ public class CommandEnchantBench extends BaseCommand {
super("enchantbench", "seenchantbench", "eb", "seeb");
this.plugin = main;
setOnlyPlayerExecutable();
setDescription("打开随附魔台");
setDescription("打开随附魔台");
}