RealBadAngel
2013-03-20 c6da0a6713e1dc77838d180987256bda62dbb19b
technic/frames.lua
@@ -373,8 +373,8 @@
   end
   for _,obj in ipairs(objects) do
      obj:setpos(addVect(obj:getpos(),vect))
      if obj:get_luaentity().name == "pipeworks:tubed_item" then
         le=obj:get_luaentity()
      le=obj:get_luaentity()
      if le and le.name == "pipeworks:tubed_item" then
         le.start_pos=addVect(le.start_pos,vect)
      end
   end