This commit is contained in:
bkaradzic
2013-09-22 22:37:52 -07:00
parent f96f9ef5a8
commit 0ffb56600e

View File

@@ -13,7 +13,6 @@ function flagsremove(name)
for index, value in pairs(tbl) do
if value == name then
table.remove(tbl, index)
print(index, value, type(value))
end
end
end