Fixed random 7

This commit is contained in:
HexedHero 2019-09-15 11:02:22 +00:00
parent 0dc410b7c1
commit 991e6d1c74

View File

@ -48,7 +48,7 @@ public class Enchants extends ItemStat {
config.getConfig().set(inv.getItemId() + ".enchants", null);
inv.registerItemEdition(config);
inv.open();
inv.getPlayer().sendMessage(MMOItems.plugin.getPrefix() + "Successfully removed " + last.substring(0, 1).toUpperCase() + last.substring(1).toLowerCase().replace("_", " ") + "§7.");
inv.getPlayer().sendMessage(MMOItems.plugin.getPrefix() + "Successfully removed " + last.substring(0, 1).toUpperCase() + last.substring(1).toLowerCase().replace("_", " ") + ".");
}
}
return true;