enable r8 hotzone
This commit is contained in:
@@ -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()) {
|
||||
|
||||
Reference in New Issue
Block a user