diff --git a/toontown/safezone/DistributedFishingSpotAI.py b/toontown/safezone/DistributedFishingSpotAI.py index 65e82f25..2fef583a 100755 --- a/toontown/safezone/DistributedFishingSpotAI.py +++ b/toontown/safezone/DistributedFishingSpotAI.py @@ -103,7 +103,7 @@ class DistributedFishingSpotAI(DistributedObjectAI): if self.avId != avId: self.air.writeServerEvent('suspicious', avId, 'Toon tried to sell fish at a pier they\'re not using!') return - if self.air.doId2do[pondDoId].getArea() != ToontownGlobals.MyEstate: + if self.air.doId2do[self.pondDoId].getArea() != ToontownGlobals.MyEstate: self.air.writeServerEvent('suspicious', avId, 'Toon tried to sell fish at a pier not in their estate!') av = self.air.doId2do[avId] result = self.air.fishManager.creditFishTank(av)