mirror of
https://github.com/evennia/evennia.git
synced 2026-03-30 20:47:17 +02:00
Removing more erroneous code that snuck in.
This commit is contained in:
parent
c91822606f
commit
3c4a3f1088
6 changed files with 8 additions and 73 deletions
|
|
@ -622,7 +622,7 @@ node_apply_character(caller, raw_string, **kwargs):
|
|||
tmp_character = kwargs["tmp_character"]
|
||||
new_character = tmp_character.apply(caller)
|
||||
|
||||
caller.account.add_character_to_playable_list(new_character)
|
||||
caller.account.add_character(new_character)
|
||||
|
||||
text = "Character created!"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue