atttack planner postponed/removed

This commit is contained in:
2026-05-04 23:19:09 +03:00
parent e9cc81b582
commit 138841b027
12 changed files with 4 additions and 95 deletions

View File

@@ -100,7 +100,7 @@ def receive_state():
))
conn.commit()
# Store world speed + unit data for attack planner calculations
# Store world speed + unit data
world_speed = data.get('world_speed')
unit_speeds = data.get('unit_speeds')
if world_id and world_speed is not None and unit_speeds: