Skip to content

Commit

Permalink
Increase round restart time for Peri and Horizon (#2229)
Browse files Browse the repository at this point in the history
Increase round restart time (time spent at CentComm) for Peri and Horizon
  • Loading branch information
makyo authored Dec 20, 2024
1 parent 586df36 commit d054c76
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions Resources/ConfigPresets/DeltaV/horizon.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 3 additions & 2 deletions Resources/ConfigPresets/DeltaV/periapsis.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d054c76

Please sign in to comment.