From d80da06200700a324d21f1c4d44cc3bc6cf6686c Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 8 Mar 2015 15:07:29 +0200 Subject: [PATCH] Fix sleep task --- 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 58fb3b8e..de7c1d03 100644 --- a/toontown/toon/DistributedNPCGlove.py +++ b/toontown/toon/DistributedNPCGlove.py @@ -130,7 +130,7 @@ class DistributedNPCGlove(DistributedNPCToonBase): def enterPickColor(self): base.cr.playGame.getPlace().setState('stopped') - taskMgr.doMethodLater(45, self.exitPickColor, 'npcSleepTask-%s' % self.doId) + taskMgr.doMethodLater(45, self.leave, 'npcSleepTask-%s' % self.doId) self.setChatAbsolute('', CFSpeech) if base.localAvatar.getMoney() < ToontownGlobals.GloveCost: