Signed-off-by: Lixfel <agga-games@gmx.de>
Dieser Commit ist enthalten in:
Ursprung
c7c541676c
Commit
d7e9bb23fc
@ -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, e -> regularStart(serverName, port)));
|
), worldCleanup, null));
|
||||||
} else {
|
} else {
|
||||||
regularStart(serverName, port);
|
regularStart(serverName, port);
|
||||||
}
|
}
|
||||||
|
In neuem Issue referenzieren
Einen Benutzer sperren