Merge back fixes into master
This commit is contained in:
parent
5871e64681
commit
a8603975a1
4 changed files with 14 additions and 5 deletions
|
|
@ -67,7 +67,7 @@ class CmdLook(COMMAND_DEFAULT_CLASS):
|
|||
caller.msg("You have no location to look at!")
|
||||
return
|
||||
else:
|
||||
target = caller.search(self.args, use_dbref=caller.check_permstring("Builders"))
|
||||
target = caller.search(self.args)
|
||||
if not target:
|
||||
return
|
||||
self.msg(caller.at_look(target))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue