mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 23:36:30 +01:00
Black formatting artefact. Resolves #2158
This commit is contained in:
parent
2d61f36ff4
commit
d042b441ce
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ class DefaultObject(ObjectDB, metaclass=TypeclassBase):
|
|||
|
||||
# lockstring of newly created objects, for easy overloading.
|
||||
# Will be formatted with the appropriate attributes.
|
||||
lockstring = "control:id({account_id}) or perm(Admin);" "delete:id({account_id}) or perm(Admin)"
|
||||
lockstring = "control:id({account_id}) or perm(Admin);delete:id({account_id}) or perm(Admin)"
|
||||
|
||||
objects = ObjectManager()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue