Decrease reliability

This commit is contained in:
Brandon Sturgeon 2021-08-19 03:32:19 -07:00
parent f20a1944d0
commit f79d477886
No known key found for this signature in database
GPG Key ID: 93451558FC64495C

View File

@ -1,9 +1,10 @@
local PING_TIME = 1
local players = {}
local unreliable = true
local function ping( ply )
net.Start( "CFC_DisconnectInterface_Ping" )
net.Start( "CFC_DisconnectInterface_Ping", unreliable )
net.Send( ply or players )
end