Fix CheckpointUtilsJ9

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