Some further bug fixes.

This commit is contained in:
Griatch 2013-04-09 11:14:08 +02:00
parent 20a57d4167
commit 5100a0561f
5 changed files with 48 additions and 18 deletions

View file

@ -198,8 +198,6 @@ class CmdUnconnectedCreate(MuxCommand):
# If no description is set, set a default description
if not new_character.db.desc:
new_character.db.desc = "This is a Player."
# set flag for triggering first-time login hook
new_character.db._first_login = True
# tell the caller everything went well.
string = "A new account '%s' was created. Welcome!"