Increase disconnect wait time
This commit is contained in:
parent
0107a6152e
commit
5355cf0082
@ -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" )
|
||||
|
Loading…
Reference in New Issue
Block a user