Addition of BROADCAST_SERVER_RESTART_MESSAGES flag to notify all sessions that the server is restarting.

This commit is contained in:
henddher 2021-10-03 18:05:03 -05:00
parent 4db1a1e2e0
commit bfd6ece47c
3 changed files with 8 additions and 2 deletions

View file

@ -244,6 +244,8 @@ MAX_CHAR_LIMIT_WARNING = (
# debugging. OBS: Showing full tracebacks to regular users could be a
# security problem -turn this off in a production game!
IN_GAME_ERRORS = True
# Broadcast "Server restart"-like messages to all sessions.
BROADCAST_SERVER_RESTART_MESSAGES = True
######################################################################
# Evennia Database config