mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix typo in default lockstring
This commit is contained in:
parent
cdb363d687
commit
a53dd4bfd1
1 changed files with 1 additions and 1 deletions
|
|
@ -2237,7 +2237,7 @@ class DefaultCharacter(DefaultObject):
|
|||
lockstring = (
|
||||
"puppet:id({character_id}) or pid({account_id}) or perm(Developer) or pperm(Developer);"
|
||||
"delete:id({account_id}) or perm(Admin);"
|
||||
"edit:pid({account_id}) or perm(Admin);"
|
||||
"edit:pid({account_id}) or perm(Admin)"
|
||||
)
|
||||
|
||||
@classmethod
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue