1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Fix crash when furnace is full (minimal game)

This commit is contained in:
Perttu Ahola 2012-08-12 17:11:23 +03:00
parent b29d609b0b
commit b717b6505b

View file

@ -1384,7 +1384,7 @@ minetest.register_abm({
srcstack:take_item()
inv:set_stack("src", 1, srcstack)
else
print("Could not insert '"..cooked.item.."'")
print("Could not insert '"..cooked.item:to_string().."'")
end
meta:set_string("src_time", 0)
end