Set the nametag regardless

This commit is contained in:
John 2015-05-30 23:23:26 +03:00 committed by Loudrob
parent f59d14eb34
commit f84f140ce0

View file

@ -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: