mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01: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
|
|
@ -206,7 +206,7 @@ def creating(request):
|
|||
# create the character
|
||||
char = create.create_object(typeclass=typeclass, key=name,
|
||||
home=home, permissions=perms)
|
||||
user.add_character_to_playable_list(char)
|
||||
user.add_character(char)
|
||||
# add the right locks for the character so the account can
|
||||
# puppet it
|
||||
char.locks.add(" or ".join([
|
||||
|
|
@ -290,7 +290,7 @@ def creating(request):
|
|||
# create the character
|
||||
char = create.create_object(typeclass=typeclass, key=name,
|
||||
home=home, permissions=perms)
|
||||
user.add_character_to_playable_list(char)
|
||||
user.add_character(char)
|
||||
# add the right locks for the character so the account can
|
||||
# puppet it
|
||||
char.locks.add(" or ".join([
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue