CC: Force Text Client to always connect with empty game (#4607)

This commit is contained in:
qwint
2025-02-10 13:23:09 -05:00
committed by GitHub
parent f4e43ca9e0
commit e9c463c897

View File

@@ -1095,7 +1095,7 @@ def run_as_textclient(*args):
if password_requested and not self.password: if password_requested and not self.password:
await super(TextContext, self).server_auth(password_requested) await super(TextContext, self).server_auth(password_requested)
await self.get_username() await self.get_username()
await self.send_connect() await self.send_connect(game="")
def on_package(self, cmd: str, args: dict): def on_package(self, cmd: str, args: dict):
if cmd == "Connected": if cmd == "Connected":