!== do not exist in glua

This commit is contained in:
Linventif 2024-02-09 22:54:08 +01:00
parent b77633275c
commit d525675e4f

View File

@ -3,7 +3,7 @@
// //
function gmInte.sendLuaErrorReport(err, realm, stack, name, id) function gmInte.sendLuaErrorReport(err, realm, stack, name, id)
if (name !== "gmod_integration") then return end if (name != "gmod_integration") then return end
gmInte.http.post("/errors", gmInte.http.post("/errors",
{ {
["error"] = err, ["error"] = err,