!Small GUI display fix for string based stats

This commit is contained in:
Indyuce 2020-08-09 00:45:01 +02:00
parent 5be720c32e
commit 6461c31ab3

View File

@ -76,7 +76,7 @@ public class StringStat extends ItemStat {
lore.add(ChatColor.GRAY + "Current Value: " + ChatColor.GREEN + value);
} else
lore.add(ChatColor.GRAY + "Current Value: " + ChatColor.RED + " None");
lore.add(ChatColor.GRAY + "Current Value: " + ChatColor.RED + "None");
lore.add("");
lore.add(ChatColor.YELLOW + AltChar.listDash + " Left click to change this value.");