bane live processing with vulnerable buildings

This commit is contained in:
2024-05-22 19:27:44 -05:00
parent b4ff1a3f7f
commit aa0621bb02
3 changed files with 33 additions and 0 deletions
+3
View File
@@ -476,6 +476,9 @@ public class WorldServer {
Logger.info("Processing mine window.");
HourlyJobThread.processMineWindow();
Logger.info("Processing Banes...");
HourlyJobThread.processBanes();
// Calculate bootstrap time and rest boot time to current time.
Duration bootDuration = Duration.between(LocalDateTime.now(), bootTime);