mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Fix FF-bug when interrupt is set to "At takeoff time"
This commit is contained in:
@@ -51,7 +51,7 @@ class Takeoff(AtDeparture):
|
|||||||
if (
|
if (
|
||||||
self.flight.client_count > 0
|
self.flight.client_count > 0
|
||||||
and self.settings.player_mission_interrupts_sim_at
|
and self.settings.player_mission_interrupts_sim_at
|
||||||
is [StartType.COLD, StartType.WARM, StartType.RUNWAY]
|
in [StartType.COLD, StartType.WARM, StartType.RUNWAY]
|
||||||
):
|
):
|
||||||
logging.info(
|
logging.info(
|
||||||
f"Interrupting simulation because {self.flight} has players and has "
|
f"Interrupting simulation because {self.flight} has players and has "
|
||||||
|
|||||||
Reference in New Issue
Block a user