mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-05-28 18:17:33 +00:00
Fix Typo
This commit is contained in:
parent
8791a8dbb7
commit
cbba3639b9
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue