mirror of
https://github.com/ArchipelagoMW/Archipelago.git
synced 2026-03-07 15:13:52 -08:00
Compare commits
1 Commits
shivers-fi
...
webhost3.8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
3852a14ba2 |
@@ -234,7 +234,7 @@ def generate_yaml(game: str):
|
||||
# Detect random-* keys and set their options accordingly
|
||||
for key, val in options.copy().items():
|
||||
if key.startswith("random-"):
|
||||
options[key.removeprefix("random-")] = "random"
|
||||
options[key[len("random-"):]] = "random"
|
||||
del options[key]
|
||||
|
||||
# Error checking
|
||||
|
||||
Reference in New Issue
Block a user