1
0

Hotfix: No fallback on server startup

Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Lixfel 2024-01-19 23:21:19 +01:00
Ursprung c7c541676c
Commit d7e9bb23fc

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, e -> regularStart(serverName, port)));
), worldCleanup, null));
} else {
regularStart(serverName, port);
}