This commit is contained in:
snowleo 2011-11-27 09:09:04 +01:00
parent 8791a8dbb7
commit cbba3639b9

View file

@ -77,7 +77,7 @@ public class Commandenchant extends EssentialsCommand
enchantmentslist.add(enchantmentName);
}
}
throw new NotEnoughArgumentsException(_("entchantments", Util.joinList(enchantmentslist.toArray())));
throw new NotEnoughArgumentsException(_("enchantments", Util.joinList(enchantmentslist.toArray())));
}
int level = -1;
if (args.length > 1)