mirror of
https://github.com/dcs-retribution/dcs-retribution.git
synced 2025-11-10 15:41:24 +00:00
Change default mission duration to 60 minutes.
This seems like it works better for the number of missions we usually frag, plus the fact that players will almost always choose an ASAP package.
This commit is contained in:
parent
c0ead4a484
commit
90dca9072e
@ -27,7 +27,7 @@ class Settings:
|
||||
default_start_type: str = "Cold"
|
||||
|
||||
# Mission specific
|
||||
desired_player_mission_duration: timedelta = timedelta(minutes=90)
|
||||
desired_player_mission_duration: timedelta = timedelta(minutes=60)
|
||||
|
||||
# Campaign management
|
||||
automate_runway_repair: bool = False
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user