From 58ab619144bb51c6d46cd0e9ecef14534e5ac485 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 14 Jul 2025 19:08:35 +0200 Subject: [PATCH] Add Criu Debug --- .../SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SpigotCore/SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java b/SpigotCore/SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java index 84f354f4..c0f85e04 100644 --- a/SpigotCore/SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java +++ b/SpigotCore/SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java @@ -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; }