mirror of
https://github.com/TotalFreedomMC/TF-EssentialsX.git
synced 2025-06-10 10:14:03 +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);
|
enchantmentslist.add(enchantmentName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
throw new NotEnoughArgumentsException(_("entchantments", Util.joinList(enchantmentslist.toArray())));
|
throw new NotEnoughArgumentsException(_("enchantments", Util.joinList(enchantmentslist.toArray())));
|
||||||
}
|
}
|
||||||
int level = -1;
|
int level = -1;
|
||||||
if (args.length > 1)
|
if (args.length > 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue