From ebc122fb3504c8de84371cdb6d45c1264c5d9d13 Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Fri, 30 May 2014 21:00:58 -0400 Subject: Remove unused parameter to is_empty() --- technic/machines/MV/tool_workshop.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/technic/machines/MV/tool_workshop.lua b/technic/machines/MV/tool_workshop.lua index 67a37e6..4f2fb51 100644 --- a/technic/machines/MV/tool_workshop.lua +++ b/technic/machines/MV/tool_workshop.lua @@ -62,7 +62,7 @@ minetest.register_abm({ local repairable = false local srcstack = inv:get_stack("src", 1) - if not srcstack:is_empty("src") then + if not srcstack:is_empty() then local itemdef = minetest.registered_items[srcstack:get_name()] if itemdef and itemdef.wear_represents and -- cgit v1.2.3