forked from SteamWar/SteamWar
VelocityCore/Persistent/src/de/steamwar/persistent/Subserver.java aktualisiert
This commit is contained in:
@@ -220,6 +220,7 @@ public class Subserver {
|
|||||||
try {
|
try {
|
||||||
if (checkpoint) {
|
if (checkpoint) {
|
||||||
start(process.getErrorStream(), line -> line.contains("Checkpoint restored"));
|
start(process.getErrorStream(), line -> line.contains("Checkpoint restored"));
|
||||||
|
Thread.sleep(300);
|
||||||
} else {
|
} else {
|
||||||
start(process.getInputStream(), line -> {
|
start(process.getInputStream(), line -> {
|
||||||
if (line.contains("Loading libraries, please wait"))
|
if (line.contains("Loading libraries, please wait"))
|
||||||
|
|||||||
Reference in New Issue
Block a user