Skip to content

Commit

Permalink
bug fix for shared chests typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Oarcinae committed Feb 17, 2020
1 parent 4657b0c commit 96f762c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/shared_chests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ end
function SharedChestsDistributeRequests()

-- For each output chest.
for _,chestInfo in pairs(global.shared_chests) do
for idx,chestInfo in pairs(global.shared_chests) do
if (chestInfo.type == "OUTPUT") then

local chestEntity = chestInfo.entity
Expand Down

0 comments on commit 96f762c

Please sign in to comment.