From 51b3abfbb08dd3dcdb6635b34b89a91de3cda61d Mon Sep 17 00:00:00 2001 From: Linventif Date: Sun, 5 Nov 2023 03:27:15 +0100 Subject: [PATCH] change func --- lua/gmod_integration/shared/sh_http.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gmod_integration/shared/sh_http.lua b/lua/gmod_integration/shared/sh_http.lua index 6cb4998..563f930 100644 --- a/lua/gmod_integration/shared/sh_http.lua +++ b/lua/gmod_integration/shared/sh_http.lua @@ -30,7 +30,7 @@ local function sendHTTP(params) end end, failed = function(error) - gmInte.httpError(error) + gmInte.logError(error) end }) end