We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e1102b commit 403788cCopy full SHA for 403788c
worlds/_bizhawk/context.py
@@ -261,9 +261,7 @@ async def main():
261
args.name = urllib.parse.unquote(url.username)
262
if url.password:
263
args.password = urllib.parse.unquote(url.password)
264
- args.patch_file = ""
265
-
266
- if args.patch_file != "":
+ elif args.patch_file != "":
267
metadata = _patch_and_run_game(args.patch_file)
268
if "server" in metadata:
269
args.connect = metadata["server"]
0 commit comments