Add Criu Debug

This commit is contained in:
2025-07-14 19:08:35 +02:00
parent 00de852575
commit 58ab619144
@@ -49,7 +49,7 @@ class CheckpointUtilsJ9 {
static void freeze() {
String checkpointFile = System.getProperty("checkpoint");
if(!CRIUSupport.isCheckpointAllowed() || checkpointFile == null || true) {
if(!CRIUSupport.isCheckpointAllowed() || checkpointFile == null) {
Bukkit.shutdown();
return;
}