diff --git a/lua/gmod_integration/shared/sh_errors.lua b/lua/gmod_integration/shared/sh_errors.lua index 155bdb8..bc3a989 100644 --- a/lua/gmod_integration/shared/sh_errors.lua +++ b/lua/gmod_integration/shared/sh_errors.lua @@ -4,6 +4,8 @@ function gmInte.sendLuaErrorReport(err, realm, stack, name, id) if (name != "gmod_integration") then return end + if (SERVER && math.Round(RealTime()) == 0) then return end + gmInte.http.post("/errors", { ["error"] = err,