mirror of
https://github.com/gmod-integration/lua.git
synced 2025-03-15 17:17:33 +00:00
throw error for test
This commit is contained in:
parent
5738d323f2
commit
0f7dbb297f
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue
Block a user