Fix inverted conditional that prevents microwaves from working

Tento commit je obsažen v:
Diego Martínez
2013-06-21 02:16:39 -03:00
rodič 958a75ed05
revize 8cb01f366d

Zobrazit soubor

@@ -285,7 +285,7 @@ minetest.register_abm({
return
end
if inv:room_for_item("dst",cooked.item) then
if not inv:room_for_item("dst",cooked.item) then
meta:set_string("infotext", S("Oven output bins are full"))
hacky_swap_node(pos, "homedecor:microwave_oven")
meta:set_string("formspec", mw_oven_inactive_formspec)