From 76312426211c861368e277bb70b6d7d5578649e6 Mon Sep 17 00:00:00 2001 From: Duck <31627079+duckboycool@users.noreply.github.com> Date: Sat, 29 Nov 2025 10:50:34 -0700 Subject: [PATCH] MLSS: Add space in concatenated string #5694 --- worlds/mlss/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/worlds/mlss/Client.py b/worlds/mlss/Client.py index 17d87197ca..7944442b2a 100644 --- a/worlds/mlss/Client.py +++ b/worlds/mlss/Client.py @@ -88,7 +88,7 @@ class MLSSClient(BizHawkClient): if seed not in ctx.seed_name: logger.info( "ERROR: The ROM you loaded is for a different game of AP. " - "Please make sure the host has sent you the correct patch file," + "Please make sure the host has sent you the correct patch file, " "and that you have opened the correct ROM." ) raise bizhawk.ConnectorError("Loaded ROM is for Incorrect lobby.")