avatar: Fix crash when using outside toonbase.
This commit is contained in:
parent
b8c2b50c48
commit
075f6857fd
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ def reconsiderAllUnderstandable():
|
|||
|
||||
|
||||
class Avatar(Actor, ShadowCaster):
|
||||
notify = directNotify.newCategory('Avatar')
|
||||
notify = DirectNotifyGlobal.directNotify.newCategory('Avatar')
|
||||
ActiveAvatars = []
|
||||
ManagesNametagAmbientLightChanged = False
|
||||
|
||||
|
|
Loading…
Reference in a new issue