mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
typo
This commit is contained in:
parent
42718e21d6
commit
5140cf36c2
1 changed files with 1 additions and 1 deletions
|
|
@ -350,7 +350,7 @@ def parse_sdescs_and_recogs(sender, candidates, string, search_mode=False, case_
|
|||
candidate_map.append((obj, obj.sdesc.get()))
|
||||
# if no sdesc, include key plus aliases instead
|
||||
else:
|
||||
candidate_map.append((obj, obj.key)
|
||||
candidate_map.append((obj, obj.key))
|
||||
candidate_map.extend([(obj, alias) for alias in obj.aliases.all()])
|
||||
|
||||
# escape mapping syntax on the form {#id} if it exists already in emote,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue