Fixed an issue with quell not correctly updating its caches in some situations.

This commit is contained in:
Griatch 2013-11-11 21:51:41 +01:00
parent ead595c2df
commit ebdc6cdbd4
3 changed files with 6 additions and 12 deletions

View file

@ -616,6 +616,7 @@ class CmdQuell(MuxPlayerCommand):
# we are already puppeting an object. We need to reset the lock caches
# (otherwise the superuser status change won't be visible until repuppet)
char.locks.reset()
player.locks.reset()
def func(self):
"Perform the command"