forked from SteamWar/SteamWar
Add Criu Debug
This commit is contained in:
@@ -49,7 +49,7 @@ class CheckpointUtilsJ9 {
|
|||||||
|
|
||||||
static void freeze() {
|
static void freeze() {
|
||||||
String checkpointFile = System.getProperty("checkpoint");
|
String checkpointFile = System.getProperty("checkpoint");
|
||||||
if(!CRIUSupport.isCheckpointAllowed() || checkpointFile == null || true) {
|
if(!CRIUSupport.isCheckpointAllowed() || checkpointFile == null) {
|
||||||
Bukkit.shutdown();
|
Bukkit.shutdown();
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user