From a5b7293a35ecb8e9e4539e696710aa6ffdf4e7ee Mon Sep 17 00:00:00 2001 From: John Date: Mon, 3 Aug 2015 03:53:39 +0300 Subject: [PATCH] Fix emote access --- toontown/toon/DistributedToonAI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index 66d76497..b0339dcc 100755 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -96,7 +96,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.fishingRod = 0 self.fishingTrophies = [] self.trackArray = [] - self.emoteAccess = [0] * 24 + self.emoteAccess = [0] * 27 self.maxMoney = 0 self.maxBankMoney = 0 self.bankMoney = 0