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,