mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Add setting to disable confirmation on new player registration (#8102)
This commit is contained in:
parent
15110864c8
commit
9126e1791d
3 changed files with 7 additions and 1 deletions
|
@ -60,6 +60,7 @@ void set_default_settings(Settings *settings)
|
|||
settings->setDefault("enable_client_modding", "false");
|
||||
settings->setDefault("max_out_chat_queue_size", "20");
|
||||
settings->setDefault("pause_on_lost_focus", "false");
|
||||
settings->setDefault("enable_register_confirmation", "true");
|
||||
|
||||
// Keymap
|
||||
settings->setDefault("remote_port", "30000");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue