MLSS: Add space in concatenated string #5694

This commit is contained in:
Duck
2025-11-29 10:50:34 -07:00
committed by GitHub
parent df48c3e718
commit 7631242621

View File

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