From 441698fc2de98efd8cc4377eecd3f5a5fd71b5e4 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Mar 2015 15:08:57 +0200 Subject: [PATCH] Minor commit --- toontown/toon/DistributedNPCGlove.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toontown/toon/DistributedNPCGlove.py b/toontown/toon/DistributedNPCGlove.py index de7c1d03..4e8fb221 100644 --- a/toontown/toon/DistributedNPCGlove.py +++ b/toontown/toon/DistributedNPCGlove.py @@ -141,7 +141,6 @@ class DistributedNPCGlove(DistributedNPCToonBase): def exitPickColor(self, task=None): taskMgr.remove('npcSleepTask-%s' % self.doId) - self.destroyGui() taskMgr.doMethodLater(0.5, self.reset, 'avatarRecover-%s-%s' % (self.doId, base.localAvatar.doId)) if task is not None: @@ -186,6 +185,7 @@ class DistributedNPCGlove(DistributedNPCToonBase): self.fsm.request('off') base.cr.playGame.getPlace().setState('walk') base.setCellsActive(base.bottomCells, 1) + self.destroyGui() if task is not None: return task.done \ No newline at end of file