Some bugfixes and cleanup.

This commit is contained in:
Griatch 2010-11-21 20:01:52 +00:00
parent 502ebff1a2
commit b091cde574
4 changed files with 20 additions and 16 deletions

View file

@ -417,7 +417,7 @@ def create_player(name, email, password,
new_user = User.objects.create_user(name, email, password)
# create the associated Player for this User, and tie them together
new_player = PlayerDB(db_key=name, user=new_user, db_typeclass_path=typeclass)
new_player = PlayerDB(db_key=name, user=new_user)
new_player.save()
# assign mud permissions