Remove blank in GameSummaryModule...

Sometimes the other components like to add extra blanks, and I'm too tired for this right now
This commit is contained in:
Spencer 2017-11-25 14:42:45 -05:00 committed by Alexander Meech
parent 8683e8bdc4
commit d732d8a551
1 changed files with 0 additions and 1 deletions

View File

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