diff --git a/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/bridge/bungeecord/BungeeServerInfo.java b/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/bridge/bungeecord/BungeeServerInfo.java index c874a889..c698965f 100644 --- a/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/bridge/bungeecord/BungeeServerInfo.java +++ b/HolographicDisplays/Plugin/com/gmail/filoghost/holographicdisplays/bridge/bungeecord/BungeeServerInfo.java @@ -17,7 +17,7 @@ public class BungeeServerInfo { protected BungeeServerInfo() { isOnline = false; this.motd1 = ""; - this.motd2 = "".trim(); + this.motd2 = ""; updateLastRequest(); }