minor fix for quickput

This commit is contained in:
Pascal Abresch 2019-09-04 11:34:42 +02:00
parent 18e935ac4e
commit c7f5a98bd9

View File

@ -57,6 +57,7 @@ local function quick_refuel(position, node, puncher, pointed)
if transstack ~= 0 then
local leftover = inventory:add_item(whitelist[list], itemstack)
puncher:set_wielded_item(leftover)
return
end
end
end