summaryrefslogtreecommitdiff
path: root/script/core
diff options
context:
space:
mode:
Diffstat (limited to 'script/core')
-rw-r--r--script/core/noder.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/script/core/noder.lua b/script/core/noder.lua
index 2694a4fc..f77ad4b0 100644
--- a/script/core/noder.lua
+++ b/script/core/noder.lua
@@ -1192,8 +1192,8 @@ compileNodeMap = util.switch()
for _, rtn in ipairs(source.returns) do
local rtnObj = rtn[1]
if rtnObj then
- pushForward(noders, 'mainreturn', getID(rtnObj))
- pushBackward(noders, getID(rtnObj), 'mainreturn', INFO_DEEP)
+ pushForward(noders, 'mainreturn', getID(rtnObj), INFO_REJECT_SET)
+ pushBackward(noders, getID(rtnObj), 'mainreturn', INFO_DEEP_AND_REJECT_SET)
end
end
end