Made characters disappear from the room when their controlling player logs off. This is a trivial thing to customize, but the old default (leave the character objects in the room, although "headless") confused people.
This commit is contained in:
parent
745df8356f
commit
c29649cd53
2 changed files with 22 additions and 1 deletions
|
|
@ -24,7 +24,9 @@ class Player(TypeClass):
|
|||
register with the game). It's a good place
|
||||
to store attributes all players should have,
|
||||
like configuration values etc.
|
||||
"""
|
||||
"""
|
||||
# the text encoding to use.
|
||||
self.db.encoding = "utf-8"
|
||||
pass
|
||||
|
||||
# Note that the hooks below also exist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue