mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Fixed an issue with quell not correctly updating its caches in some situations.
This commit is contained in:
parent
ead595c2df
commit
ebdc6cdbd4
3 changed files with 6 additions and 12 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue