mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix wrong init value for GameModel.is_ownfor
This commit is contained in:
parent
2ad3bff988
commit
3a46bdcd1e
@ -547,7 +547,7 @@ class GameModel:
|
|||||||
else:
|
else:
|
||||||
self.ato_model = AtoModel(self, self.game.blue.ato)
|
self.ato_model = AtoModel(self, self.game.blue.ato)
|
||||||
self.red_ato_model = AtoModel(self, self.game.red.ato)
|
self.red_ato_model = AtoModel(self, self.game.red.ato)
|
||||||
self.is_ownfor = False
|
self.is_ownfor = True
|
||||||
|
|
||||||
# For UI purposes
|
# For UI purposes
|
||||||
self.allocated_freqs: list[RadioFrequency] = list()
|
self.allocated_freqs: list[RadioFrequency] = list()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user