mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-24 04:02:40 -06:00
Crash fix
This commit is contained in:
parent
9a059f3893
commit
7cc57172c7
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@ class ToonHood(Hood):
|
||||||
self.purchase.unload()
|
self.purchase.unload()
|
||||||
del self.purchase
|
del self.purchase
|
||||||
|
|
||||||
def handlePurchaseDone(self, playAgain):
|
def handlePurchaseDone(self):
|
||||||
doneStatus = self.purchase.getDoneStatus()
|
doneStatus = self.purchase.getDoneStatus()
|
||||||
if doneStatus['where'] == 'playground':
|
if doneStatus['where'] == 'playground':
|
||||||
self.fsm.request('quietZone', [{'loader': 'safeZoneLoader',
|
self.fsm.request('quietZone', [{'loader': 'safeZoneLoader',
|
||||||
|
|
Loading…
Reference in a new issue