Fix CheckpointUtilsJ9
All checks were successful
SteamWarCI Build successful

This commit is contained in:
2025-07-30 20:59:03 +02:00
parent e30eb35792
commit 1c1e2e2efe

View File

@@ -143,7 +143,7 @@ class CheckpointUtilsJ9 {
} }
Bukkit.getPluginManager().callEvent(new CRIUWakeupEvent()); Bukkit.getPluginManager().callEvent(new CRIUWakeupEvent());
Thread.sleep(200); Thread.sleep(300);
Core.getInstance().getLogger().log(Level.INFO, "Checkpoint restored"); Core.getInstance().getLogger().log(Level.INFO, "Checkpoint restored");
} }
} }