mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Allow customizing chat message format (#8529)
This commit is contained in:
parent
cc610c74a7
commit
d1c27c7e80
10 changed files with 111 additions and 47 deletions
|
@ -356,6 +356,7 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("kick_msg_crash", "This server has experienced an internal error. You will now be disconnected.");
|
||||
settings->setDefault("ask_reconnect_on_crash", "false");
|
||||
|
||||
settings->setDefault("chat_message_format", "<@name> @message");
|
||||
settings->setDefault("profiler_print_interval", "0");
|
||||
settings->setDefault("active_object_send_range_blocks", "4");
|
||||
settings->setDefault("active_block_range", "3");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue