kill toontown crash when you directly close the window
This commit is contained in:
parent
3ea746efb4
commit
53a3560e97
|
|
@ -37,6 +37,8 @@ class GarbageReport(Job):
|
|||
if threaded == False:
|
||||
jobMgr.finish(self)
|
||||
|
||||
self.numGarbage = 0
|
||||
|
||||
def run(self):
|
||||
# do the garbage collection
|
||||
wasOn = gcDebugOn()
|
||||
|
|
|
|||
Loading…
Reference in New Issue