mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-15 18:57:08 +00:00
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:
parent
1e0e85f82e
commit
3b50b2766a
25 changed files with 232 additions and 109 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue