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:
parent
b671d520c9
commit
89f159edcb
@ -51,7 +51,7 @@ class Takeoff(AtDeparture):
|
||||
if (
|
||||
self.flight.client_count > 0
|
||||
and self.settings.player_mission_interrupts_sim_at
|
||||
is [StartType.COLD, StartType.WARM, StartType.RUNWAY]
|
||||
in [StartType.COLD, StartType.WARM, StartType.RUNWAY]
|
||||
):
|
||||
logging.info(
|
||||
f"Interrupting simulation because {self.flight} has players and has "
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user