mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Allow hiding IADS TGOs on MFD
This commit is contained in:
@@ -223,3 +223,4 @@ class Migrator:
|
||||
def _update_tgos(self) -> None:
|
||||
for go in self.game.theater.ground_objects:
|
||||
try_set_attr(go, "task", None)
|
||||
try_set_attr(go, "hide_on_mfd", False)
|
||||
|
||||
Reference in New Issue
Block a user