Fixed a bug in @open (issue104). Some other refinements.
This commit is contained in:
parent
cbdeae5334
commit
1ed013dc11
4 changed files with 10 additions and 8 deletions
|
|
@ -639,7 +639,7 @@ class CmdPerm(MuxCommand):
|
|||
caller.msg(string)
|
||||
return
|
||||
|
||||
# locate the object
|
||||
# locate the object/player
|
||||
obj = caller.search(self.lhs, global_search=True)
|
||||
if not obj:
|
||||
return
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue