diff --git a/toontown/toon/DistributedToonAI.py b/toontown/toon/DistributedToonAI.py index 802e7622..b4020148 100755 --- a/toontown/toon/DistributedToonAI.py +++ b/toontown/toon/DistributedToonAI.py @@ -3331,9 +3331,10 @@ class DistributedToonAI(DistributedPlayerAI.DistributedPlayerAI, DistributedSmoo self.gardenSpecials.append((index, newCount)) self.gardenSpecials.sort() self.b_setGardenSpecials(self.gardenSpecials) - return + return 1 self.notify.warning("removing garden item %d that toon doesn't have" % index) + return 0 def b_setFlowerCollection(self, speciesList, varietyList): self.setFlowerCollection(speciesList, varietyList)