mirror of
https://gitlab.com/phoenix-dvpmt/mmoitems.git
synced 2025-04-10 19:16:09 +02:00
!Small GUI display fix for string based stats
This commit is contained in:
parent
5be720c32e
commit
6461c31ab3
@ -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.");
|
||||
|
Loading…
Reference in New Issue
Block a user