Dark green, not light!

This commit is contained in:
Spencer 2017-11-23 16:37:49 -05:00 committed by Alexander Meech
parent 37657058ae
commit adf7f4736f

View File

@ -137,7 +137,7 @@ public class GameSummaryModule extends Module
_components.forEach(component -> component.sendMessage(player));
player.sendMessage("");
new JsonMessage(C.cGreen + "Hover over for details.")
new JsonMessage(C.cDGreen + "Hover over for details.")
.hover(HoverEvent.SHOW_TEXT, "Don't hover over me, silly!")
.sendToPlayer(player);
player.sendMessage(ArcadeFormat.Line);