mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +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
|
@ -912,6 +912,10 @@ serverlist_file (Serverlist file) string favoriteservers.txt
|
|||
# 0 to disable queueing and -1 to make the queue size unlimited.
|
||||
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
|
||||
|
||||
[*Advanced]
|
||||
|
||||
# Timeout for client to remove unused map data from memory.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue