mirror of
https://github.com/evennia/evennia.git
synced 2026-03-23 00:06:30 +01:00
No longer passing quiet argument to _AT_SEARCH_RESULT. Took out empty line
This commit is contained in:
parent
224ad5322f
commit
534df9529b
1 changed files with 0 additions and 2 deletions
|
|
@ -500,12 +500,10 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
|
||||
if quiet:
|
||||
return list(results)
|
||||
|
||||
return _AT_SEARCH_RESULT(
|
||||
results,
|
||||
self,
|
||||
query=searchdata,
|
||||
quiet=quiet,
|
||||
nofound_string=nofound_string,
|
||||
multimatch_string=multimatch_string,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue