mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 20:17:16 +02:00
Added ability of @set command to actually store real Python types, not just strings.
This commit is contained in:
parent
abb5384dd1
commit
5beee55149
2 changed files with 51 additions and 25 deletions
|
|
@ -651,4 +651,3 @@ def init_new_player(player):
|
|||
if player.character:
|
||||
player.character.db.FIRST_LOGIN = True
|
||||
player.db.FIRST_LOGIN = True
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue