summaryrefslogtreecommitdiff
path: root/tubes.lua
diff options
context:
space:
mode:
authorNovatux <nathanael.courant@laposte.net>2013-01-23 18:55:41 +0100
committerNovatux <nathanael.courant@laposte.net>2013-01-23 18:55:41 +0100
commit4da23ce736705d089067ad31f7afe9311ac8b062 (patch)
treeb522e69e2d7527695a1f7a979e6c7ed750ddcae0 /tubes.lua
parent7b793fe5bd42c8f600d649489931ed6efa3a519d (diff)
downloadpipeworks-4da23ce736705d089067ad31f7afe9311ac8b062.tar
pipeworks-4da23ce736705d089067ad31f7afe9311ac8b062.tar.gz
pipeworks-4da23ce736705d089067ad31f7afe9311ac8b062.tar.bz2
pipeworks-4da23ce736705d089067ad31f7afe9311ac8b062.tar.xz
pipeworks-4da23ce736705d089067ad31f7afe9311ac8b062.zip
Fixed a bug with mese tubes not correctly distributing the items.
Diffstat (limited to 'tubes.lua')
-rw-r--r--tubes.lua2
1 files changed, 0 insertions, 2 deletions
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