bures-monitor hotfix
This commit is contained in:
parent
4f562c0ba7
commit
fed88eb707
@ -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)
|
result:insert(result, value)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
return result
|
return result
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user