Update connectivity.json
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user