From 3b50b2766aeb09c9fc0ad0ea07426bb2187df3d7 Mon Sep 17 00:00:00 2001 From: est31 Date: Fri, 17 Jul 2015 16:40:41 +0200 Subject: Optional reconnect functionality Enable the server to request the client to reconnect. This can be done with the now extended minetest.request_shutdown([reason], [reconnect]) setting. --- minetest.conf.example | 3 +++ 1 file changed, 3 insertions(+) (limited to 'minetest.conf.example') diff --git a/minetest.conf.example b/minetest.conf.example index 51660e333..b9e7d59e4 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -393,6 +393,9 @@ # A message to be displayed to all clients when the server shuts down #kick_msg_crash = This server has experienced an internal error. You will now be disconnected. # A message to be displayed to all clients when the server crashes +#ask_reconnect_on_crash = false +# Whether to ask clients to reconnect after a (lua) crash. +# Set this to true if your server is set up to restart automatically. # Mod profiler #mod_profiling = false -- cgit v1.2.3