Fixed a bug in @open (issue104). Some other refinements.

This commit is contained in:
Griatch 2010-09-04 21:52:35 +00:00
parent cbdeae5334
commit 1ed013dc11
4 changed files with 10 additions and 8 deletions

View file

@ -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