From e06742d6d24a06665926f60f57a7514f5968c261 Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Wed, 16 Jul 2025 09:34:38 +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 bee8b27f..685a53e3 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; }