Fixed output glitch when using Server Gen Fix mod

This commit is contained in:
Morlok8k 2013-02-07 16:09:23 -08:00
parent b4d2841260
commit 2f3feedd76

View File

@ -164,7 +164,7 @@ public class Server {
Out.outP(var.newLine + var.MLG + var.worldName + ": " + var.level_9 + ":"
+ var.newLine);
} else {
Out.outP(var.newLine + var.MLG + shortLine);
Out.outP(var.newLine + var.MLG + shortLine + var.newLine);
}
} else if (line.contains("server version") || line.contains("Converting map!")) { //TODO: add to .conf
Out.outS(shortLine);