diff --git a/toontown/toon/DistributedNPCBlocker.py b/toontown/toon/DistributedNPCBlocker.py index 975985e..d866b3b 100644 --- a/toontown/toon/DistributedNPCBlocker.py +++ b/toontown/toon/DistributedNPCBlocker.py @@ -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