mirror of
https://github.com/luanti-org/luanti.git
synced 2026-01-12 04:05:26 +01:00
Add setting to disable confirmation on new player registration (#8102)
This commit is contained in:
committed by
Paramat
parent
15110864c8
commit
9126e1791d
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user