Content deleted Content added
Fixed out of bounds error Tag: Reverted |
|||
Line 102:
local record = records[i]
if record.streak > 3 then
for j = i,
table.remove(records, j)
end
|
Fixed out of bounds error Tag: Reverted |
|||
Line 102:
local record = records[i]
if record.streak > 3 then
for j = i,
table.remove(records, j)
end
|