mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2024-12-23 11:42:39 -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()
|
||||
del self.purchase
|
||||
|
||||
def handlePurchaseDone(self, playAgain):
|
||||
def handlePurchaseDone(self):
|
||||
doneStatus = self.purchase.getDoneStatus()
|
||||
if doneStatus['where'] == 'playground':
|
||||
self.fsm.request('quietZone', [{'loader': 'safeZoneLoader',
|
||||
|
|
Loading…
Reference in a new issue