Revert Hotfix: No fallback on server startup
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Alle Prüfungen waren erfolgreich
SteamWarCI Build successful
Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
d7e9bb23fc
Commit
70662386a7
@ -260,7 +260,7 @@ public class ServerStarter {
|
|||||||
|
|
||||||
postStart(constructor.construct(serverName, port, node.prepareExecution(
|
postStart(constructor.construct(serverName, port, node.prepareExecution(
|
||||||
"criu", "restore", "-D", checkpointDir.getPath(), "--auto-dedup", "--shell-job", "-v"
|
"criu", "restore", "-D", checkpointDir.getPath(), "--auto-dedup", "--shell-job", "-v"
|
||||||
), worldCleanup, null));
|
), worldCleanup, e -> regularStart(serverName, port)));
|
||||||
} else {
|
} else {
|
||||||
regularStart(serverName, port);
|
regularStart(serverName, port);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren