From fad5576e8f3f23d3dd0c747a2d8ada60d3e97953 Mon Sep 17 00:00:00 2001 From: Pierce Date: Thu, 9 Nov 2023 09:10:16 -0500 Subject: [PATCH] hotfix sendClientConfig --- lua/cfc_http_restrictions/server/config_loader.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/lua/cfc_http_restrictions/server/config_loader.lua b/lua/cfc_http_restrictions/server/config_loader.lua index e1ddaec..b20cf0b 100644 --- a/lua/cfc_http_restrictions/server/config_loader.lua +++ b/lua/cfc_http_restrictions/server/config_loader.lua @@ -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 ) )