werryxgames / Tanks-Battle-Server

Official server for multiplayer game "Tanks Battle"
http://185.6.27.126
GNU General Public License v3.0
2 stars 0 forks source link

Исправить остановку сервера из-за ошибки #12

Closed werryxgames closed 2 years ago

werryxgames commented 2 years ago

При входе игрока на сервер, иногда возникает эта ошибка и сервер останавливается

Traceback (most recent call last):
  File "/storage/emulated/0/Tanks Battle Server/player.py", line 117, in receive
    self.handle_messages()
  File "/storage/emulated/0/Tanks Battle Server/player.py", line 80, in handle_messages
    if msg[1][0] != self.bp.nick:
AttributeError: 'NoneType' object has no attribute 'nick'