mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Fix typo in lock defintion
This commit is contained in:
parent
9e3285a791
commit
dc444bd2be
1 changed files with 1 additions and 1 deletions
|
|
@ -1138,7 +1138,7 @@ class DefaultObject(with_metaclass(TypeclassBase, ObjectDB)):
|
|||
"edit:perm(Admin)", # edit properties/attributes
|
||||
"delete:perm(Admin)", # delete object
|
||||
"get:all()", # pick up object
|
||||
"drop:holds()" # drop only that which you hold
|
||||
"drop:holds()", # drop only that which you hold
|
||||
"call:true()", # allow to call commands on this object
|
||||
"tell:perm(Admin)", # allow emits to this object
|
||||
"puppet:pperm(Developer)"])) # lock down puppeting only to staff by default
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue