mirror of
https://github.com/essentials/Essentials.git
synced 2025-08-17 03:54:19 +02:00
Fix Typo
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user