mirror of
https://github.com/MarioSpore/Grinch-AP.git
synced 2025-10-21 20:21:32 -06:00
The Messenger: reduce strictness of output path check (#4442)
This commit is contained in:
@@ -381,7 +381,7 @@ class MessengerWorld(World):
|
|||||||
return
|
return
|
||||||
# the messenger client calls into AP with specific args, so check the out path matches what the client sends
|
# 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")
|
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
|
return
|
||||||
import orjson
|
import orjson
|
||||||
data = {
|
data = {
|
||||||
|
Reference in New Issue
Block a user