mirror of
https://github.com/kuitoi/kuitoi-Server.git
synced 2026-04-23 00:30:26 +00:00
Small fixes
This commit is contained in:
@@ -66,8 +66,6 @@ class TCPServer:
|
||||
if _client.nick == client.nick and _client.guest == client.guest:
|
||||
await _client.kick(i18n.core_player_kick_stale)
|
||||
|
||||
client.log.info(i18n.core_player_set_id.format(client.pid))
|
||||
|
||||
allow = True
|
||||
reason = i18n.core_player_kick_no_allowed_default_reason
|
||||
|
||||
@@ -90,6 +88,7 @@ class TCPServer:
|
||||
else:
|
||||
self.log.info(i18n.core_identifying_okay)
|
||||
await self.Core.insert_client(client)
|
||||
client.log.info(i18n.core_player_set_id.format(client.pid))
|
||||
|
||||
return True, client
|
||||
|
||||
|
||||
Reference in New Issue
Block a user