From 0f7dbb297f12745e09f9fb1453e0156d5bb56344 Mon Sep 17 00:00:00 2001 From: Linventif Date: Mon, 1 Jul 2024 04:22:18 +0000 Subject: [PATCH] throw error for test --- 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 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()