1
0

dont show the register confirmation, try to connect as fast as possible

* this is a security risk, but also a easy step.. the easy of use
  is a key to create a anarchy environment where people must learn
  to take care by itselft
This commit is contained in:
mckaygerhard 2024-06-03 09:26:57 -04:00
parent 9aa959b221
commit f61f3bba3f
2 changed files with 2 additions and 2 deletions

View File

@ -994,7 +994,7 @@ max_out_chat_queue_size (Maximum size of the out chat queue) int 20
# Enable register confirmation when connecting to server.
# If disabled, new account will be registered automatically.
enable_register_confirmation (Enable register confirmation) bool true
enable_register_confirmation (Enable register confirmation) bool false
[*Advanced]

View File

@ -73,7 +73,7 @@ void set_default_settings()
settings->setDefault("enable_client_modding", "true");
settings->setDefault("max_out_chat_queue_size", "20");
settings->setDefault("pause_on_lost_focus", "true");
settings->setDefault("enable_register_confirmation", "true");
settings->setDefault("enable_register_confirmation", "false");
// Keymap
settings->setDefault("remote_port", "30000");