mirror of
https://github.com/evennia/evennia.git
synced 2026-04-05 07:27:17 +02:00
Removed a lot of old references to Aliases and Nicks. Still failing on @puppet.
This commit is contained in:
parent
0061f884ae
commit
c0b5c506a4
5 changed files with 85 additions and 70 deletions
|
|
@ -129,7 +129,7 @@ def create_object(typeclass, key=None, location=None,
|
|||
if locks:
|
||||
new_object.locks.add(locks)
|
||||
if aliases:
|
||||
new_object.aliases = aliases
|
||||
new_object.aliases.add(aliases)
|
||||
|
||||
# perform a move_to in order to display eventual messages.
|
||||
if home:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue