mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 03:57:17 +02:00
Merge pull request #2848 from CloudKeeper/patch-1
Fixed Typo in Object.Search() Comments
This commit is contained in:
commit
d081896160
1 changed files with 1 additions and 1 deletions
|
|
@ -534,7 +534,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
# handle stacks, disable multimatch errors
|
||||
nstack = nresults
|
||||
if not exact:
|
||||
# we re-run exact match agains one of the matches to
|
||||
# we re-run exact match against one of the matches to
|
||||
# make sure we were not catching partial matches not belonging
|
||||
# to the stack
|
||||
nstack = len(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue