r8 hotzones

This commit is contained in:
2025-03-16 13:48:39 -05:00
parent 5ba476e5a5
commit 8dd4953023
3 changed files with 65 additions and 0 deletions
@@ -36,6 +36,7 @@ public class HourlyJobThread implements Runnable {
ConcurrentHashMap<Integer, AbstractGameObject> map = DbManager.getMap(Enum.GameObjectType.City);
HotzoneManager.SelectRandomHotzone();
if (map != null) {
for (AbstractGameObject ago : map.values()) {