Fix emote access

This commit is contained in:
John 2015-08-03 03:53:39 +03:00
parent ba586faa6f
commit a5b7293a35

View file

@ -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