mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix bug in migrator
This commit is contained in:
parent
78e07fec83
commit
30f6c14030
@ -214,4 +214,4 @@ class Migrator:
|
|||||||
|
|
||||||
def _update_tgos(self) -> None:
|
def _update_tgos(self) -> None:
|
||||||
for go in self.game.theater.ground_objects:
|
for go in self.game.theater.ground_objects:
|
||||||
go.task = None # TODO: attempt to deduce tasking?
|
try_set_attr(go, "task", None)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user