mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 21:47:17 +02:00
MULTISESSION_MODE 0-2 works as they should. Remains some fixes to migrations.
This commit is contained in:
parent
efc078b78c
commit
c967cc7914
4 changed files with 21 additions and 14 deletions
|
|
@ -63,6 +63,7 @@ def create_objects():
|
|||
god_character.set_attribute("_superuser_character", True)
|
||||
god_player.set_attribute("_first_login", True)
|
||||
god_player.set_attribute("_last_puppet", god_character)
|
||||
god_player.db._playable_characters.append(god_character)
|
||||
|
||||
# Limbo is the default "nowhere" starting room
|
||||
|
||||
|
|
@ -84,8 +85,6 @@ def create_objects():
|
|||
god_character.location = limbo_obj
|
||||
if not god_character.home:
|
||||
god_character.home = limbo_obj
|
||||
# store in list as playable character
|
||||
god_player.db._playable_characters.append(god_character)
|
||||
|
||||
def create_channels():
|
||||
"""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue