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")