From d054c76d796abd5bcb98841545d6032cd0cb94e5 Mon Sep 17 00:00:00 2001 From: Madison Rye Progress Date: Thu, 19 Dec 2024 21:31:36 -0800 Subject: [PATCH] Increase round restart time for Peri and Horizon (#2229) Increase round restart time (time spent at CentComm) for Peri and Horizon --- Resources/ConfigPresets/DeltaV/horizon.toml | 5 +++-- Resources/ConfigPresets/DeltaV/periapsis.toml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/Resources/ConfigPresets/DeltaV/horizon.toml b/Resources/ConfigPresets/DeltaV/horizon.toml index 96fc9aeb5b8..5ba5501c2e0 100644 --- a/Resources/ConfigPresets/DeltaV/horizon.toml +++ b/Resources/ConfigPresets/DeltaV/horizon.toml @@ -1,6 +1,7 @@ [game] -hostname = "[EN][MRP] Delta-v (Ψ) | Horizon [US East 3]" -soft_max_players = 80 +hostname = "[EN][MRP] Delta-v (Ψ) | Horizon [US East 3]" +soft_max_players = 80 +round_restart_time = 300 [vote] preset_enabled = true diff --git a/Resources/ConfigPresets/DeltaV/periapsis.toml b/Resources/ConfigPresets/DeltaV/periapsis.toml index 77ea036dc76..172ba3cc63f 100644 --- a/Resources/ConfigPresets/DeltaV/periapsis.toml +++ b/Resources/ConfigPresets/DeltaV/periapsis.toml @@ -1,6 +1,7 @@ [game] -hostname = "[EN][MRP] Delta-v (Ψ) | Periapsis [US East 2]" -soft_max_players = 50 +hostname = "[EN][MRP] Delta-v (Ψ) | Periapsis [US East 2]" +soft_max_players = 50 +round_restart_time = 300 [server] rules_file = "DeltaVRuleset"