mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
ix : Possible to buy units in player base, not ennemy bases
This commit is contained in:
parent
bb32f47b8c
commit
4e5e0a4a7a
@ -45,7 +45,7 @@ class QBaseMenu(QDialog):
|
||||
purchaseLayout = QGridLayout()
|
||||
self.bought_amount_labels = {}
|
||||
|
||||
if not self.cp.captured:
|
||||
if self.cp.captured:
|
||||
column = 0
|
||||
for i, tasks_column in [(i, tasks[idx:idx+tasks_per_column]) for i, idx in enumerate(range(0, len(tasks), tasks_per_column))]:
|
||||
row = 2
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user