mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 15:37:17 +02:00
More fixes and cleanup in wake of ic/ooc changes.
This commit is contained in:
parent
86f76d0d08
commit
3e8b43d222
9 changed files with 66 additions and 40 deletions
|
|
@ -59,8 +59,7 @@ def create_objects():
|
|||
character_typeclass=character_typeclass)
|
||||
|
||||
if not god_character:
|
||||
print _("#1 could not be created. Check the Player/Character typeclass for bugs.")
|
||||
raise Exception
|
||||
raise Exception(_("#1 could not be created. Check the Player/Character typeclass for bugs."))
|
||||
|
||||
god_character.id = 1
|
||||
god_character.db.desc = _('This is User #1.')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue