mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-20 22:03:13 +01:00
Cleanup.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user