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: