Fix CheckpointUtilsJ9

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