mirror of
https://github.com/evennia/evennia.git
synced 2026-04-04 23:17:17 +02:00
Honor START_LOCATION in default account creation.
Currently START_LOCATION is only honored by the "charcreate" command, which is unintuitive.
This commit is contained in:
parent
574d7fbd4f
commit
57a4976fe1
1 changed files with 1 additions and 0 deletions
|
|
@ -687,6 +687,7 @@ class DefaultAccount(AccountDB, metaclass=TypeclassBase):
|
|||
ip=character_ip,
|
||||
typeclass=character_typeclass,
|
||||
permissions=character_permissions,
|
||||
location=ObjectDB.objects.get_id(settings.START_LOCATION),
|
||||
**kwargs,
|
||||
)
|
||||
if character:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue