mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Push full unculled zone information in the event stream.
https://github.com/dcs-liberation/dcs_liberation/issues/2263
This commit is contained in:
@@ -514,7 +514,7 @@ class Game:
|
||||
zones.append(package.target.position)
|
||||
|
||||
self.__culling_zones = zones
|
||||
events.update_unculled_zones()
|
||||
events.update_unculled_zones(zones)
|
||||
|
||||
def add_destroyed_units(self, data: dict[str, Union[float, str]]) -> None:
|
||||
pos = Point(
|
||||
|
||||
Reference in New Issue
Block a user