mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-18 22:39:52 +00:00
hotfix
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user