market revert back

This commit is contained in:
2026-04-28 23:28:13 +03:00
parent edd7666905
commit d952e7ca56
5 changed files with 8 additions and 34 deletions

View File

@@ -200,7 +200,6 @@ def get_towns():
'iron': d.get('iron', 0),
'storage': d.get('storage', 0),
'market_capacity': d.get('market_capacity', 0),
'available_trade_capacity': d.get('available_trade_capacity'),
'population': d.get('population', 0),
},
'buildings': d.get('buildings', {}),