mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix type checker issue.
This commit is contained in:
parent
587034ad03
commit
5f8be5fa91
@ -97,6 +97,7 @@ class TheaterState(WorldState["TheaterState"]):
|
||||
if target.control_point != control_point:
|
||||
continue
|
||||
if target.is_ammo_depot:
|
||||
assert isinstance(target, BuildingGroundObject)
|
||||
yield target
|
||||
|
||||
def clone(self) -> TheaterState:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user