bures-monitor fix
This commit is contained in:
parent
fed88eb707
commit
41e45832a9
@ -19,7 +19,7 @@ local function tFilter(table, func)
|
|||||||
local result = {}
|
local result = {}
|
||||||
for key, value in pairs(table) do
|
for key, value in pairs(table) do
|
||||||
if func(value) then
|
if func(value) then
|
||||||
result:insert(result, value)
|
table.insert(result, value)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return result
|
return result
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user