mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Update initial_setup.py
Change superuser character permissions per #2850
This commit is contained in:
parent
d1fc7b3cfd
commit
452ce59bb8
1 changed files with 1 additions and 1 deletions
|
|
@ -110,7 +110,7 @@ def create_objects():
|
|||
"examine:perm(Developer);edit:false();delete:false();boot:false();msg:all();puppet:false()"
|
||||
)
|
||||
# we set this low so that quelling is more useful
|
||||
superuser_character.permissions.add("Player")
|
||||
superuser_character.permissions.add("Developer")
|
||||
superuser_character.save()
|
||||
|
||||
superuser.attributes.add("_first_login", True)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue