Fix missing pairs call

This commit is contained in:
Ben 2024-06-01 04:50:08 +02:00
parent 488561fab5
commit 24124667a1
Signed by: ben
GPG key ID: 1353F41CF1CFF2D3

View file

@ -14,7 +14,7 @@ local function fetch(wait_for)
if resources ~= nil then
local unavailable_count = 0
local deliver_count = 0
for j, res in resources do
for j, res in pairs(resources) do
if not res.available then
unavailable_count = unavailable_count + 1
end