mirror of
https://github.com/evennia/evennia.git
synced 2026-03-27 10:16:32 +01:00
Moved permissions into a the tag system as a separate handler. Permissions still don't work quite right yet.
This commit is contained in:
parent
2acff2d1ab
commit
06e858b3f6
21 changed files with 1003 additions and 389 deletions
|
|
@ -351,7 +351,7 @@ class ObjectManager(TypedObjectManager):
|
|||
if not new_locks:
|
||||
new_locks = original_object.db_lock_storage
|
||||
if not new_permissions:
|
||||
new_permissions = original_object.permissions
|
||||
new_permissions = original_object.permissions.all()
|
||||
if not new_destination:
|
||||
new_destination = original_object.destination
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue