This fixes issue #569

This commit is contained in:
lu yijun 2014-09-07 02:22:12 +08:00
parent 46781d3ee1
commit dbbacb4bb3
6 changed files with 82 additions and 13 deletions

View file

@ -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)