fixed problem with fuel insertion

This commit is contained in:
PrairieWind 2022-03-05 17:07:56 +00:00
parent f9d75329e6
commit 9e00371c6c
1 changed files with 0 additions and 2 deletions

View File

@ -96,8 +96,6 @@ local function allow_metadata_inventory_put(pos, listname, index, stack, player)
local meta = minetest.get_meta(pos)
local inv = meta:get_inventory()
if listname == "fuel" then
return 0
end
-- Test stack with size 1 because we burn one fuel at a time
local teststack = ItemStack(stack)