mirror of
https://github.com/dcs-liberation/dcs_liberation.git
synced 2025-11-10 14:22:26 +00:00
Fix type checker issue.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user