throw error for test

This commit is contained in:
Linventif 2024-07-01 04:22:18 +00:00
parent 5738d323f2
commit 0f7dbb297f

View File

@ -3,7 +3,7 @@
// //
function gmInte.sendLuaErrorReport(err, realm, stack, name, id, uptime) 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 if (SERVER && math.Round(RealTime()) == 0) then
return timer.Simple(1, function() return timer.Simple(1, function()