Added ability of @set command to actually store real Python types, not just strings.

This commit is contained in:
Griatch 2012-03-13 23:56:19 +01:00
parent abb5384dd1
commit 5beee55149
2 changed files with 51 additions and 25 deletions

View file

@ -651,4 +651,3 @@ def init_new_player(player):
if player.character:
player.character.db.FIRST_LOGIN = True
player.db.FIRST_LOGIN = True