From a16de9da0a4e391e1daee233fe6ace90c535a1b4 Mon Sep 17 00:00:00 2001 From: MarioSpore Date: Sun, 31 Aug 2025 13:47:30 -0400 Subject: [PATCH] Reworded connection message --- worlds/grinch/Client.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/worlds/grinch/Client.py b/worlds/grinch/Client.py index 2933a051..1ce2b5ee 100644 --- a/worlds/grinch/Client.py +++ b/worlds/grinch/Client.py @@ -76,7 +76,8 @@ class GrinchClient(BizHawkClient): match cmd: case "Connected": # On Connect self.loc_unlimited_eggs = bool(ctx.slot_data["give_unlimited_eggs"]) - logger.info("You are now connected to the client. Please wait a few seconds for the client to detect you are ingame.") + logger.info("You are now connected to the client. "+ + "There may be a slight delay to check you are not in demo mode before locations start to send.") async def set_auth(self, ctx: "BizHawkClientContext") -> None: await ctx.get_username()