From 3a0397ee28c95fc46fcf42b6070ab477c64f0374 Mon Sep 17 00:00:00 2001 From: ANAND Date: Thu, 7 May 2020 14:50:28 +0530 Subject: [PATCH] default/item_entity.lua: Fix assertion failure due to missing moveresult --- mods/mtg/default/item_entity.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mods/mtg/default/item_entity.lua b/mods/mtg/default/item_entity.lua index c1e030a..6130ccf 100644 --- a/mods/mtg/default/item_entity.lua +++ b/mods/mtg/default/item_entity.lua @@ -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