Fix case of guest not getting properly deleted when logging off. Resolves #1194.
This commit is contained in:
parent
3a2638aed5
commit
ff1ee76421
4 changed files with 14 additions and 19 deletions
|
|
@ -479,7 +479,8 @@ CLIENT_DEFAULT_HEIGHT = 45 # telnet standard is 24 but does anyone use such
|
|||
# Guest accounts
|
||||
######################################################################
|
||||
|
||||
# This enables guest logins, by default via "connect guest"
|
||||
# This enables guest logins, by default via "connect guest". Note that
|
||||
# you need to edit your login screen to inform about this possibility.
|
||||
GUEST_ENABLED = False
|
||||
# Typeclass for guest player objects (linked to a character)
|
||||
BASE_GUEST_TYPECLASS = "typeclasses.players.Guest"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue