From 9295ed2b7a9e59977e57b42785de03bdd910426a Mon Sep 17 00:00:00 2001 From: SantaSpeen Date: Wed, 26 Jul 2023 04:25:25 +0300 Subject: [PATCH] hotfix --- src/core/Client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/Client.py b/src/core/Client.py index 84c5fb8..3e5fd0f 100644 --- a/src/core/Client.py +++ b/src/core/Client.py @@ -561,7 +561,7 @@ class Client: await ev.call_async_event("onPlayerJoin", player=self) await self._send(f"Sn{self.nick}", to_all=True) # I don't know for what it - await self._send(i18n.game_welcome_message.format(self.nick), to_all=True) # Hello message + await self._send(f"J{i18n.game_welcome_message.format(self.nick)}", to_all=True) # Hello message for client in self.__Core.clients: if not client: