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:
parent
8683e8bdc4
commit
d732d8a551
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user