diff --git a/lua/gmod_integration/shared/sh_errors.lua b/lua/gmod_integration/shared/sh_errors.lua index 27e4435..c737c0c 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, uptime) - if (name != "gmod_integration") then return end + if (string.find(err, "Gmod Integration")) then return end if (SERVER && math.Round(RealTime()) == 0) then return timer.Simple(1, function()