Closed billfreist closed 3 weeks ago
When the table.remove call from split into its own reverse iterating loop, the table.remove call was still using the k variable from the old loop rather than the new i index.
k
i
When the table.remove call from split into its own reverse iterating loop, the table.remove call was still using the
k
variable from the old loop rather than the newi
index.