From 5a08de5daa47a0f01eaa54fecede6567f2f0968b Mon Sep 17 00:00:00 2001 From: Dmitry Date: Mon, 15 Jan 2024 14:39:51 +0700 Subject: [PATCH] Update connectivity.json --- config/connectivity.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config/connectivity.json b/config/connectivity.json index a5c2a0c36..9e09e71af 100644 --- a/config/connectivity.json +++ b/config/connectivity.json @@ -7,12 +7,16 @@ "desc:": "Should play packet size limits be disabled? Error:(Badly compressed packet) default:true", "disablePacketLimits": true }, + "disableChatVerificationDisconnect": { + "desc:": "(Clientside) Disables players disconnecting on chat message verification problems,(enable debugPrintMessages to see the message causing issues). default:true", + "disableChatVerificationDisconnect": true + }, "debugPrintMessages": { "desc:": "Enable addition debug logging for networking errors. default:false", "debugPrintMessages": false }, "logintimeout": { - "desc:": "Set the max login timeout in ticks. 20 ticks = 1 sec, default = 2400 ticks", + "desc:": "Set the max login timeout in seconds. default = 120", "logintimeout": 2400 }, "disconnectTimeout": {