From: Novatux Date: Wed, 23 Jan 2013 17:55:41 +0000 (+0100) Subject: Fixed a bug with mese tubes not correctly distributing the items. X-Git-Url: http://81.2.79.47:8989/gitweb/?a=commitdiff_plain;h=4da23ce736705d089067ad31f7afe9311ac8b062;p=zefram%2Fminetest%2Fpipeworks.git Fixed a bug with mese tubes not correctly distributing the items. --- diff --git a/tubes.lua b/tubes.lua index e0169a1..f5f68ef 100644 --- a/tubes.lua +++ b/tubes.lua @@ -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