diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index 3a1227ad..7f446df9 100755 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -163,23 +163,15 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.nextKnockHeal = 0 self.tfRequest = (0, 0) self.epp = [] - if self.emoteAccess[26]: - self.emoteAccess.remove(self.emoteAccess[26]) def generate(self): DistributedPlayerAI.DistributedPlayerAI.generate(self) DistributedSmoothNodeAI.DistributedSmoothNodeAI.generate(self) - if self.emoteAccess[26]: - self.emoteAccess.remove(self.emoteAccess[26]) - def announceGenerate(self): DistributedPlayerAI.DistributedPlayerAI.announceGenerate(self) DistributedSmoothNodeAI.DistributedSmoothNodeAI.announceGenerate(self) - if self.emoteAccess[26]: - self.emoteAccess.remove(self.emoteAccess[26]) - if self.isPlayerControlled(): messenger.send('avatarEntered', [self])