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.
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user