mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2025-08-17 16:25:36 +00:00
hotfix
This commit is contained in:
parent
7466f987ac
commit
9295ed2b7a
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user