From d732d8a551f6e6f81aa533876c543e18fc0460ee Mon Sep 17 00:00:00 2001 From: Spencer Date: Sat, 25 Nov 2017 14:42:45 -0500 Subject: [PATCH] Remove blank in GameSummaryModule... Sometimes the other components like to add extra blanks, and I'm too tired for this right now --- .../game/arcade/game/modules/gamesummary/GameSummaryModule.java | 1 - 1 file changed, 1 deletion(-) diff --git a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/gamesummary/GameSummaryModule.java b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/gamesummary/GameSummaryModule.java index 5680e6062..bda6c0c23 100644 --- a/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/gamesummary/GameSummaryModule.java +++ b/Plugins/Nautilus.Game.Arcade/src/nautilus/game/arcade/game/modules/gamesummary/GameSummaryModule.java @@ -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);