mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
missed a reference
This commit is contained in:
parent
cd611199b1
commit
76940fd72f
1 changed files with 1 additions and 1 deletions
|
|
@ -321,7 +321,7 @@ def regex_tuple_from_key_alias(obj):
|
|||
|
||||
if obj.id not in _REGEX_TUPLE_CACHE:
|
||||
permutation_string = " ".join([obj.key] + obj.aliases.all())
|
||||
_REGEX_TUPLE_CACHE[permutation_string] = (
|
||||
_REGEX_TUPLE_CACHE[obj.id] = (
|
||||
re.compile(ordered_permutation_regex(permutation_string), _RE_FLAGS),
|
||||
obj,
|
||||
obj.key,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue