mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
After the rework of the many-char mode, mode 0 now works stably and auto-logins correctly it seems.
This commit is contained in:
parent
26ced2cb90
commit
1e07b8ca34
8 changed files with 29 additions and 171 deletions
|
|
@ -61,7 +61,8 @@ def create_objects():
|
|||
|
||||
god_character.save()
|
||||
god_character.set_attribute("_superuser_character", True)
|
||||
god_character.set_attribute("_first_login", True)
|
||||
god_player.set_attribute("_first_login", True)
|
||||
god_player.set_attribute("_last_puppet", god_character)
|
||||
|
||||
# Limbo is the default "nowhere" starting room
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue