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
1 changed files with 1 additions and 1 deletions

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