From cef25bd2f398701db7d9e544ef8e8a9a925d680d Mon Sep 17 00:00:00 2001 From: Raffson Date: Sat, 4 Feb 2023 20:02:33 +0100 Subject: [PATCH] Ignore TOT & spawn immediately for player flights by default --- game/settings/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game/settings/settings.py b/game/settings/settings.py index ab89a54c..253318c1 100644 --- a/game/settings/settings.py +++ b/game/settings/settings.py @@ -343,7 +343,7 @@ class Settings: "Player flights ignore TOT and spawn immediately", MISSION_GENERATOR_PAGE, GAMEPLAY_SECTION, - default=False, + default=True, detail=( "Does not adjust package waypoint times. Should not be used if players " "have runway or in-air starts."