patch container-contrib look
This commit is contained in:
parent
b676e3c594
commit
4086f35f97
1 changed files with 9 additions and 8 deletions
|
|
@ -131,7 +131,8 @@ class CmdContainerLook(CmdLook):
|
||||||
if not target:
|
if not target:
|
||||||
self.msg("You have no location to look at!")
|
self.msg("You have no location to look at!")
|
||||||
return
|
return
|
||||||
elif self.rhs:
|
else:
|
||||||
|
if self.rhs:
|
||||||
# we are looking in something, find that first
|
# we are looking in something, find that first
|
||||||
container = caller.search(self.rhs)
|
container = caller.search(self.rhs)
|
||||||
if not container:
|
if not container:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue