From a29ba4a6c447bb3945817e0eb9fdcf75a92a1791 Mon Sep 17 00:00:00 2001 From: Aaron Wagener Date: Tue, 7 Jan 2025 16:11:26 -0600 Subject: [PATCH] The Messenger: reduce strictness of output path check (#4442) --- worlds/messenger/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/messenger/__init__.py b/worlds/messenger/__init__.py index 59e724d3..043be455 100644 --- a/worlds/messenger/__init__.py +++ b/worlds/messenger/__init__.py @@ -381,7 +381,7 @@ class MessengerWorld(World): return # the messenger client calls into AP with specific args, so check the out path matches what the client sends out_path = output_path(multiworld.get_out_file_name_base(1) + ".aptm") - if "The Messenger\\Archipelago\\output" not in out_path: + if "Messenger\\Archipelago\\output" not in out_path: return import orjson data = {