Fixed output glitch when using Server Gen Fix mod
This commit is contained in:
parent
b4d2841260
commit
2f3feedd76
@ -164,7 +164,7 @@ public class Server {
|
|||||||
Out.outP(var.newLine + var.MLG + var.worldName + ": " + var.level_9 + ":"
|
Out.outP(var.newLine + var.MLG + var.worldName + ": " + var.level_9 + ":"
|
||||||
+ var.newLine);
|
+ var.newLine);
|
||||||
} else {
|
} 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
|
} else if (line.contains("server version") || line.contains("Converting map!")) { //TODO: add to .conf
|
||||||
Out.outS(shortLine);
|
Out.outS(shortLine);
|
||||||
|
Reference in New Issue
Block a user