From d525675e4f3c0d32f85933f158614f34866c7443 Mon Sep 17 00:00:00 2001 From: Linventif Date: Fri, 9 Feb 2024 22:54:08 +0100 Subject: [PATCH] !== do not exist in glua --- lua/gmod_integration/shared/sh_errors.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/gmod_integration/shared/sh_errors.lua b/lua/gmod_integration/shared/sh_errors.lua index ebe31e6..155bdb8 100644 --- a/lua/gmod_integration/shared/sh_errors.lua +++ b/lua/gmod_integration/shared/sh_errors.lua @@ -3,7 +3,7 @@ // function gmInte.sendLuaErrorReport(err, realm, stack, name, id) - if (name !== "gmod_integration") then return end + if (name != "gmod_integration") then return end gmInte.http.post("/errors", { ["error"] = err,