From 9126e1791da52dff1ccaac673807f5d9d10a3da8 Mon Sep 17 00:00:00 2001 From: Muhammad Rifqi Priyo Susanto Date: Sun, 27 Jan 2019 02:26:37 +0700 Subject: Add setting to disable confirmation on new player registration (#8102) --- builtin/settingtypes.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'builtin') diff --git a/builtin/settingtypes.txt b/builtin/settingtypes.txt index 40c249e71..aea1d8a5e 100644 --- a/builtin/settingtypes.txt +++ b/builtin/settingtypes.txt @@ -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. -- cgit v1.2.3