Reworded connection message

This commit is contained in:
MarioSpore
2025-08-31 13:47:30 -04:00
parent af0527f9a6
commit a16de9da0a

View File

@@ -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()