Skip to content
Snippets Groups Projects
Commit bd64188e authored by sfan5's avatar sfan5
Browse files

Override builtin item entity the portable way

parent fb18a5b2
No related branches found
No related tags found
No related merge requests found
......@@ -39,8 +39,8 @@ local item = {
})
end,
on_step = function(self, dtime)
builtin_item.on_step(self, dtime)
on_step = function(self, dtime, ...)
builtin_item.on_step(self, dtime, ...)
if self.flammable then
-- flammable, check for igniters
......
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