Fixed a bug with mese tubes not correctly distributing the items.

Tento commit je obsažen v:
Novatux
2013-01-23 18:55:41 +01:00
rodič 7b793fe5bd
revize 4da23ce736

Zobrazit soubor

@@ -283,7 +283,6 @@ register_tube("pipeworks:mese_tube","Mese pneumatic tube segment",mese_plain_tex
if st:get_name()==name then
found=true
table.insert(tbl,vect)
break
end
end
end
@@ -293,7 +292,6 @@ register_tube("pipeworks:mese_tube","Mese pneumatic tube segment",mese_plain_tex
if meta:get_int("l"..tostring(i).."s")==1 then
if inv:is_empty("line"..tostring(i)) then
table.insert(tbl,vect)
break
end
end
end