This commit is contained in:
filoghost 2014-12-30 16:34:31 +01:00
parent b478133950
commit 2f17ff632b

View File

@ -17,7 +17,7 @@ public class BungeeServerInfo {
protected BungeeServerInfo() {
isOnline = false;
this.motd1 = "";
this.motd2 = "".trim();
this.motd2 = "";
updateLastRequest();
}