SC2: Launcher bugfixes after content merge (#5409)

* sc2: Fixing Launcher.py launch not properly handling command-line arguments

* sc2: Fixing some old option names in webhost

* sc2: Switching to common client url parameter handling
This commit is contained in:
Phaneros
2025-09-30 09:34:26 -07:00
committed by GitHub
parent 1d2ad1f9c9
commit 92ff0ddba8
2 changed files with 10 additions and 14 deletions

View File

@@ -170,7 +170,7 @@ class TwoStartPositions(Toggle):
If turned on and 'grid', 'hopscotch', or 'golden_path' mission orders are selected,
removes the first mission and allows both of the next two missions to be played from the start.
"""
display_name = "Start with two unlocked missions on grid"
display_name = "Two start missions"
default = Toggle.option_false
@@ -1053,7 +1053,7 @@ class VictoryCache(Range):
Controls how many additional checks are awarded for completing a mission.
Goal missions are unaffected by this option.
"""
display_name = "Victory Checks"
display_name = "Victory Cache"
range_start = 0
range_end = 10
default = 0