added notify call back

This commit is contained in:
walterroach 2020-10-30 22:45:46 -05:00 committed by Dan Albert
parent eb4878dfc4
commit 44b5f5acf1

View File

@ -479,6 +479,7 @@ dcsLiberation.TargetPoints = {
self.assign_channels_to_flights(airgen.flights,
airsupportgen.air_support)
self.notify_info_generators(groundobjectgen, airsupportgen, jtacs, airgen)
def assign_channels_to_flights(self, flights: List[FlightData],
air_support: AirSupport) -> None: