mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -06:00
Fix emote access
This commit is contained in:
parent
ba586faa6f
commit
a5b7293a35
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue