mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
undo change to load
This commit is contained in:
parent
7f8619d2c7
commit
5c70e06ef8
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@ class ContentsHandler:
|
|||
Returns:
|
||||
Objects (list of ObjectDB)
|
||||
"""
|
||||
return list(obj for obj in self.obj.locations_set.all() if obj.pk)
|
||||
return list(self.obj.locations_set.all())
|
||||
|
||||
def init(self):
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue