avatar: Fix crash when using outside toonbase.

This commit is contained in:
Little Cat 2023-01-10 22:46:52 -04:00
parent b8c2b50c48
commit 075f6857fd
No known key found for this signature in database
GPG key ID: 96455BD9C4399BE8

View file

@ -21,7 +21,7 @@ def reconsiderAllUnderstandable():
class Avatar(Actor, ShadowCaster):
notify = directNotify.newCategory('Avatar')
notify = DirectNotifyGlobal.directNotify.newCategory('Avatar')
ActiveAvatars = []
ManagesNametagAmbientLightChanged = False