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 ) )