Skip to content

Commit

Permalink
Update transferUtil.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Kherae committed Nov 4, 2023
1 parent 090a462 commit ea33a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/kheAA/transferUtil.lua
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ function transferUtil.updateOutputs()

transferUtil.vars.outputList=copy(object.getOutputNodeIds(transferUtil.vars.outDataNode))
local buffer={}
local loopCheck
local loopCheck=false
for outputSource in pairs(transferUtil.vars.outputList) do
local source=outputSource
if source then
Expand Down

0 comments on commit ea33a0e

Please sign in to comment.