Changes

m
no edit summary
Line 67: Line 67:  
         end
 
         end
 
     end
 
     end
     self:process_los(entry)
+
     if #entry > 0 then
    table.insert(self._items, entry)
+
        self:process_los(entry)
 +
        table.insert(self._items, entry)
 +
    end
 
end
 
end
  
48

edits