mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
Set the nametag regardless
This commit is contained in:
parent
f59d14eb34
commit
f84f140ce0
1 changed files with 1 additions and 0 deletions
|
@ -152,6 +152,7 @@ class Avatar(Actor, ShadowCaster):
|
|||
self.setPlayerType(NametagGlobals.CCSpeedChat)
|
||||
else:
|
||||
self.understandable = 0
|
||||
self.setPlayerType(NametagGlobals.CCSpeedChat)
|
||||
if not hasattr(self, 'nametag'):
|
||||
self.notify.warning('no nametag attributed, but would have been used')
|
||||
else:
|
||||
|
|
Loading…
Reference in a new issue