mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Changed contrib.extended_room's search to use the quiet keyword instead of the old ignore_errors.
This commit is contained in:
parent
5d1b74ea17
commit
29961a93f2
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ class CmdExtendedLook(default_cmds.CmdLook):
|
|||
caller = self.caller
|
||||
args = self.args
|
||||
if args:
|
||||
looking_at_obj = caller.search(args, use_nicks=True, ignore_errors=True)
|
||||
looking_at_obj = caller.search(args, use_nicks=True, quiet=True)
|
||||
if not looking_at_obj:
|
||||
# no object found. Check if there is a matching
|
||||
# detail at location.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue