From a6a872eebbf2a187995b1a6f729777809b3fcbf3 Mon Sep 17 00:00:00 2001 From: Raffson Date: Sun, 14 Jan 2024 13:25:32 +0100 Subject: [PATCH] Formatting --- game/settings/settings.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/game/settings/settings.py b/game/settings/settings.py index bc57d99c..6fec2083 100644 --- a/game/settings/settings.py +++ b/game/settings/settings.py @@ -821,14 +821,14 @@ class Settings: "Needed to cold-start some aircraft types. Might have a performance impact." ), ) - ai_unlimited_fuel: bool = boolean_option( "AI flights have unlimited fuel", MISSION_GENERATOR_PAGE, GAMEPLAY_SECTION, default=True, detail=( - "AI aircraft have unlimited fuel applied at start, removed at join/racetrack start, and reapplied at split/racetrack end for applicable flights. " + "AI aircraft have unlimited fuel applied at start, removed at join/racetrack start," + " and reapplied at split/racetrack end for applicable flights. " ), )