• Welcome to the Kancolle Wiki!
  • If you have any questions regarding site content, account registration, etc., please visit the KanColle Wiki Discord

Changes

Jump to navigation Jump to search
no edit summary
Line 301: Line 301:  
     if buildIterator then
 
     if buildIterator then
 
         local iterator = buildIterator(self._args)
 
         local iterator = buildIterator(self._args)
 +
        while iterator.next() do
 +
            table.insert(self._args, iterator.current())
 +
        end
 +
    end
 +
    buildIterator = Iterator[self._args.iterator2]
 +
    if buildIterator then
 +
        local iterator = buildIterator(self._args, 2)
 
         while iterator.next() do
 
         while iterator.next() do
 
             table.insert(self._args, iterator.current())
 
             table.insert(self._args, iterator.current())
cssedit, gkautomate
6,928

edits

Navigation menu