Merge back fixes into master

This commit is contained in:
Griatch 2017-10-01 16:51:41 +02:00
parent 5871e64681
commit a8603975a1
4 changed files with 14 additions and 5 deletions

View file

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