...
This commit is contained in:
parent
163ab47f80
commit
23418c06d0
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ class Dispatcher:
|
||||||
if self.state != ConnectionState.PLAY:
|
if self.state != ConnectionState.PLAY:
|
||||||
await self._incoming.join() # During play we can pre-process packets
|
await self._incoming.join() # During play we can pre-process packets
|
||||||
except AttributeError:
|
except AttributeError:
|
||||||
self._logger.warning("Received unimplemented packet [%d] %d", packet_id, cls.__name__)
|
self._logger.warning("Received unimplemented packet [%d] %s", packet_id, cls.__name__)
|
||||||
except ConnectionResetError:
|
except ConnectionResetError:
|
||||||
self._logger.error("Connection reset while reading packet")
|
self._logger.error("Connection reset while reading packet")
|
||||||
await self.disconnect(block=False)
|
await self.disconnect(block=False)
|
||||||
|
|
Loading…
Reference in a new issue