enable r8 hotzone

This commit is contained in:
2025-03-19 12:28:38 -05:00
parent 537a30710a
commit bbdc58c217
3 changed files with 43 additions and 28 deletions
+1 -1
View File
@@ -36,7 +36,7 @@ public class HourlyJobThread implements Runnable {
ConcurrentHashMap<Integer, AbstractGameObject> map = DbManager.getMap(Enum.GameObjectType.City);
//HotzoneManager.SelectRandomHotzone();
HotzoneManager.SelectRandomHotzone();
if (map != null) {
for (AbstractGameObject ago : map.values()) {