Merge branch 'master' into develop

This commit is contained in:
Griatch 2021-01-30 13:13:00 +01:00
commit dc64e719b5
2 changed files with 9 additions and 3 deletions

View file

@ -184,7 +184,7 @@ class DefaultAccount(AccountDB, metaclass=TypeclassBase):
- at_server_reload()
- at_server_shutdown()
"""
"""
objects = AccountManager()
@ -680,6 +680,9 @@ class DefaultAccount(AccountDB, metaclass=TypeclassBase):
)
Character = class_from_module(character_typeclass)
if "location" not in kwargs:
kwargs["location"] = ObjectDB.objects.get_id(settings.START_LOCATION)
# Create the character
character, errs = Character.create(
character_key,