toon: Fix crash with DistributedNPCBlocker

This commit is contained in:
Open Toontown 2022-01-16 15:58:39 -05:00
parent e95ab10cef
commit d2aea84f8a

View file

@ -21,7 +21,7 @@ class DistributedNPCBlocker(DistributedNPCToonBase):
def initToonState(self):
self.setAnimState('neutral', 0.9, None, None)
posh = NPCToons.BlockerPositions[self.name]
posh = NPCToons.BlockerPositions[self._name]
self.setPos(posh[0])
self.setH(posh[1])
return