mirror of
https://github.com/evennia/evennia.git
synced 2026-04-01 05:27:17 +02:00
Add default edit-perms for chars. Resolve #2575.
This commit is contained in:
parent
e4c1583705
commit
14d9bc835c
1 changed files with 2 additions and 1 deletions
|
|
@ -2236,7 +2236,8 @@ class DefaultCharacter(DefaultObject):
|
|||
# Will be formatted with the appropriate attributes.
|
||||
lockstring = (
|
||||
"puppet:id({character_id}) or pid({account_id}) or perm(Developer) or pperm(Developer);"
|
||||
"delete:id({account_id}) or perm(Admin)"
|
||||
"delete:id({account_id}) or perm(Admin);"
|
||||
"edit:pid({account_id}) or perm(Admin);"
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue