From f71a9124cc66b3748b8ceba7f25eb9d75ddcac80 Mon Sep 17 00:00:00 2001 From: John Cote Date: Wed, 22 Jul 2015 12:20:18 -0400 Subject: [PATCH] nice --- toontown/safezone/DistributedFishingSpotAI.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)