Skip to content
Snippets Groups Projects
Commit e95a2fd3 authored by DarkGod's avatar DarkGod
Browse files

sanity

parent 4165edab
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -579,7 +579,7 @@ function _M:eventGetNews(e)
end
function _M:eventIncrLogConsume(e)
local module = game.__mod_info.short_name
local module = type(game) == "table" and game.__mod_info.short_name
if not module then return end
print("[PROFILE] Server accepted our incr log, deleting")
local pop = self:mountProfile(true, module)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment