From c05a2adc380623bb9a47097a41fc71f0dee79a58 Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:51:20 -0700 Subject: [PATCH] Wargroove: Add space in concatenated string #5696 --- worlds/wargroove/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/wargroove/Client.py b/worlds/wargroove/Client.py index 0627c7e9f2..ac80e85005 100644 --- a/worlds/wargroove/Client.py +++ b/worlds/wargroove/Client.py @@ -178,7 +178,7 @@ class WargrooveContext(CommonContext): self.remove_communication_files() atexit.register(self.remove_communication_files) if not os.path.isdir(appdata_wargroove): - print_error_and_close("WargrooveClient couldn't find Wargoove in appdata!" + print_error_and_close("WargrooveClient couldn't find Wargoove in appdata! " "Boot Wargroove and then close it to attempt to fix this error") mods_directory = os.path.join(appdata_wargroove, "mods", "ArchipelagoMod") save_directory = os.path.join(appdata_wargroove, "save")