mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-10-31 00:37:54 +00:00
Merge branch 'features/ttn' of http://git.toontownstride.com/toontownstride/src into features/ttn
This commit is contained in:
commit
a0d8025621
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue