Anonymous

Module:FunList/Iterators: Difference between revisions

From Melvor Idle
bugfix
No edit summary
(bugfix)
 
Line 1,047: Line 1,047:
     if enumerator:moveNext() == true then
     if enumerator:moveNext() == true then
         self.current = enumerator.current
         self.current = enumerator.current
         self.index = enumerator.current
         self.index = enumerator.index
         self._state = 1
         self._state = 1
         return true
         return true
2,875

edits