Update _player.py

This commit is contained in:
Sasha 2022-06-16 20:53:23 +09:00 committed by GitHub
parent 9215e5afd0
commit 5d8f8ec819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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