Merge pull request #832 from mpmxyz/master-MC1.7.10

Fixed filesystem.list returning a list with duplicate values
This commit is contained in:
Florian "Sangar" Nücke 2015-01-19 19:03:11 +01:00
commit 35b55a118b

View File

@ -351,9 +351,9 @@ function filesystem.list(path)
table.remove(result, i)
else
f = result[i]
end
i = i + 1
end
end
local i = 0
return function()
i = i + 1