From c828a3373bb1eec3e59a48f08fdffa5fbc5f4a8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 16 Nov 2021 17:31:45 +0800 Subject: update --- script/core/noder.lua | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'script/core/noder.lua') diff --git a/script/core/noder.lua b/script/core/noder.lua index 9342117d..04066160 100644 --- a/script/core/noder.lua +++ b/script/core/noder.lua @@ -766,10 +766,7 @@ local function bindValue(noders, source, id) -- x = y : x -> y pushForward(noders, id, valueID, INFO_REJECT_SET) if not config.get 'Lua.IntelliSense.traceBeSetted' - and source.type ~= 'local' - and source.type ~= 'tablefield' - and source.type ~= 'tableindex' - and source.type ~= 'setglobal' then + and source.type ~= 'local' then return end -- 参数/call禁止反向查找赋值 -- cgit v1.2.3