Fix CheckpointUtilsJ9

This commit is contained in:
2025-07-30 20:54:18 +02:00
parent a943dd6014
commit c76648e630
@@ -143,7 +143,7 @@ class CheckpointUtilsJ9 {
}
Bukkit.getPluginManager().callEvent(new CRIUWakeupEvent());
Thread.sleep(50);
Thread.sleep(100);
Core.getInstance().getLogger().log(Level.INFO, "Checkpoint restored");
}
}