1
0
mirror of https://github.com/essentials/Essentials.git synced 2025-08-17 20:11:21 +02:00
This commit is contained in:
snowleo
2011-11-27 09:09:04 +01:00
parent f287c2082f
commit 77c283f47e

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)