mirror of
https://github.com/Sneed-Group/Poodletooth-iLand
synced 2025-01-09 17:53:50 +00:00
Minor commit
This commit is contained in:
parent
d80da06200
commit
441698fc2d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
Loading…
Reference in a new issue