hotfix sendClientConfig

This commit is contained in:
Pierce 2023-11-09 09:10:16 -05:00
parent b0288d73ae
commit fad5576e8f
No known key found for this signature in database
GPG Key ID: EC79465B0E865E47

View File

@ -6,6 +6,7 @@ local function sendClientConfig( ply )
net.Start( "CFCHTTP_ConfigUpdate" )
net.WriteDouble( 0 )
net.Send( ply )
return
end
local data = util.Compress( util.TableToJSON( CFCHTTP.networkedClientConfig ) )