1
0

Revert Hotfix: No fallback on server startup

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2024-01-20 09:00:01 +01:00
Ursprung d7e9bb23fc
Commit 70662386a7

Datei anzeigen

@ -260,7 +260,7 @@ public class ServerStarter {
postStart(constructor.construct(serverName, port, node.prepareExecution(
"criu", "restore", "-D", checkpointDir.getPath(), "--auto-dedup", "--shell-job", "-v"
), worldCleanup, null));
), worldCleanup, e -> regularStart(serverName, port)));
} else {
regularStart(serverName, port);
}