mirror of
https://github.com/evennia/evennia.git
synced 2026-04-03 22:47:16 +02:00
Fixed a bug with the updating of the caching.
This commit is contained in:
parent
fb0d77c794
commit
24c4791e9e
3 changed files with 24 additions and 21 deletions
|
|
@ -589,7 +589,7 @@ class ObjectDB(TypedObject):
|
|||
"""
|
||||
contents = self.contents
|
||||
if exclude:
|
||||
excluce = make_iter(exclude)
|
||||
exclude = make_iter(exclude)
|
||||
contents = [obj for obj in contents
|
||||
if (obj not in exclude and obj not in exclude)]
|
||||
for obj in contents:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue