mirror of
https://github.com/AtlasMediaGroup/TotalFreedomMod.git
synced 2025-07-01 12:36:41 +00:00
sql fixes & more
fixes slconfig sql error fixes nickclean npe fixes a few command inconsistensies
This commit is contained in:
@ -79,7 +79,7 @@ public class Command_modifyitem extends FreedomCommand
|
||||
Enchantment enchantment = Enchantment.getByName(args[1].toUpperCase());
|
||||
if (enchantment == null)
|
||||
{
|
||||
msg("Invalid enchantment. Please run /enchantments for a list of valid enchantments.");
|
||||
msg("Invalid enchantment. Please run /enchant list for a list of valid enchantments.");
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user