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

sanity

parent a540279c
No related branches found
No related tags found
No related merge requests found
Pipeline #
......@@ -632,7 +632,7 @@ function _M:generateListMisc()
self.c_list:drawItem(item)
if self:isTome() and game.level then
for uid, e in pairs(game.level.entities) do
e:updateModdableTile()
if e.updateModdableTile then e:updateModdableTile() end
end
end
end,}
......
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