Whoops, added missing 'end' statement

This commit is contained in:
neoaggelos 2013-09-11 17:27:31 +00:00
parent d7fb7fb797
commit e2fcf30fb4

View File

@ -282,6 +282,7 @@
elseif type(f) == "table" then
for _, v in pairs(f) do
return os.remove(v)
end
end
end