mirror of
https://github.com/evennia/evennia.git
synced 2026-03-26 09:46:32 +01:00
Fixed Typo
This commit is contained in:
parent
b1bf2be888
commit
c697c9af3d
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