Increase disconnect wait time

This commit is contained in:
Brandon Sturgeon 2020-02-04 19:40:51 -08:00 committed by GitHub
parent 0107a6152e
commit 5355cf0082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
local cv = GetConVar( "cl_timeout" )
if not cv or cv:GetInt() < 240 then
RunConsoleCommand( "cl_timeout", 240 )
if not cv or cv:GetInt() < 900 then
RunConsoleCommand( "cl_timeout", 900 )
end
include( "cfc_disconnect_interface/client/cl_detached_timer.lua" )
include( "cfc_disconnect_interface/client/cl_ponger.lua" )
include( "cfc_disconnect_interface/client/cl_interface.lua" )
include( "cfc_disconnect_interface/client/cl_interface.lua" )