From 62e674ed429253c12a6af12755f6e9a535372067 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Mon, 14 Jul 2025 19:40:33 +0200 Subject: [PATCH] SpigotCore/SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java aktualisiert --- .../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 685a53e3..bee8b27f 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) { + if(!CRIUSupport.isCheckpointAllowed() || checkpointFile == null || true) { Bukkit.shutdown(); return; }