From 9a755e64b21422f7f952a05fe818176204c6d370 Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:48:23 -0700 Subject: [PATCH] Jak and Daxter: Add space in concatenated string #5692 --- worlds/jakanddaxter/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/jakanddaxter/client.py b/worlds/jakanddaxter/client.py index fa2aea5495..7cb8cb8ea9 100644 --- a/worlds/jakanddaxter/client.py +++ b/worlds/jakanddaxter/client.py @@ -601,7 +601,7 @@ async def run_game(ctx: JakAndDaxterContext): f"Please check your host.yaml file.\n" f"If the value of 'jakanddaxter_options > auto_detect_root_directory' is true, verify that OpenGOAL " f"is installed properly.\n" - f"If it is false, check the value of 'jakanddaxter_options > root_directory'." + f"If it is false, check the value of 'jakanddaxter_options > root_directory'. " f"Verify it is a valid existing path, and all backslashes have been replaced with forward slashes.") ctx.on_log_error(logger, msg) return