mirror of
https://github.com/evennia/evennia.git
synced 2026-03-21 07:16:31 +01:00
This fixes issue #569
This commit is contained in:
parent
46781d3ee1
commit
dbbacb4bb3
6 changed files with 82 additions and 13 deletions
|
|
@ -268,9 +268,6 @@ class Player(TypeClass):
|
|||
changing this method.
|
||||
|
||||
"""
|
||||
# the text encoding to use.
|
||||
self.db.encoding = "utf-8"
|
||||
|
||||
# A basic security setup
|
||||
lockstring = "examine:perm(Wizards);edit:perm(Wizards);delete:perm(Wizards);boot:perm(Wizards);msg:all()"
|
||||
self.locks.add(lockstring)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue