SpigotCore/SpigotCore_Main/src/de/steamwar/core/CheckpointUtilsJ9.java aktualisiert

This commit is contained in:
2025-07-14 19:40:33 +02:00
parent 0464442b83
commit 62e674ed42
@@ -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;
}