mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Fixed a bug with red_button introduced in a previous revision. Resolves issue95.
This commit is contained in:
parent
900f6da80f
commit
e114c33d8a
4 changed files with 12 additions and 9 deletions
|
|
@ -65,7 +65,11 @@ LANGUAGE_CODE = 'en-us'
|
|||
# since it creates a lot of help entries that has nothing to do
|
||||
# with what is actually available in the game.
|
||||
IMPORT_MUX_HELP = False
|
||||
|
||||
# How long time (seconds) a user may idle before being logged
|
||||
# out. This can be set as big as desired. A user may avoid being
|
||||
# thrown off by sending the empty system command 'idle' to the server
|
||||
# at regular intervals.
|
||||
IDLE_TIMEOUT = 3600
|
||||
|
||||
###################################################
|
||||
# Evennia Database config
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue