diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index d1970944..8512f3cb 100644 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -97,6 +97,7 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.emoteAccess = [0] * 27 self.maxMoney = 0 self.maxBankMoney = 0 + self.bankMoney = 0 self.gardenSpecials = [] self.houseId = 0 self.posIndex = 0 diff --git a/toontown/toon/DistributedToonUD.py b/toontown/toon/DistributedToonUD.py index bc14f753..806eb479 100644 --- a/toontown/toon/DistributedToonUD.py +++ b/toontown/toon/DistributedToonUD.py @@ -18,9 +18,6 @@ class DistributedToonUD(DistributedObjectUD): def setMaxMoney(self, todo0): pass - - def setMaxBankMoney(self, todo0): - pass def setMoney(self, todo0): pass