Update docker file to better handle starting without an existing game folder
This commit is contained in:
parent
fdc4550e19
commit
a2e8b27ee4
3 changed files with 22 additions and 7 deletions
|
|
@ -258,7 +258,6 @@ def prototype_from_object(obj):
|
|||
aliases = obj.aliases.get(return_list=True)
|
||||
if aliases:
|
||||
prot['aliases'] = aliases
|
||||
from evennia import set_trace;set_trace()
|
||||
tags = [(tag.db_key, tag.db_category, tag.db_data)
|
||||
for tag in obj.tags.all(return_objs=True)]
|
||||
if tags:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue