Update _player.py

This commit is contained in:
Sasha 2022-06-17 09:03:00 +09:00 committed by GitHub
parent ed731c0a4a
commit c059ddac1c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -96,10 +96,6 @@ class Player(Generic[TeamType]):
f' in the class decorator.')
self.actor = None
try:
self.playerspaztype = getattr(self, 'playerspaztype')
except AttributeError:
self.playerspaztype = None
self.character = ''
self._nodeactor: Optional[ba.NodeActor] = None
self._sessionplayer = sessionplayer