From b2e8f04b3509caf5df2f41fa0858ef92df3700fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Wed, 19 May 2021 14:41:18 +0800 Subject: update --- script/vm/eachDef.lua | 2 +- script/vm/eachRef.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'script/vm') diff --git a/script/vm/eachDef.lua b/script/vm/eachDef.lua index a00b61bb..b120c8a5 100644 --- a/script/vm/eachDef.lua +++ b/script/vm/eachDef.lua @@ -31,7 +31,7 @@ end function vm.getDefs(source, deep) deep = deep or -999 - if searcher.isGlobal(source) then + if false and searcher.isGlobal(source) then local key = searcher.getKeyName(source) if not key then return {} diff --git a/script/vm/eachRef.lua b/script/vm/eachRef.lua index 0556a6a3..7ac523ee 100644 --- a/script/vm/eachRef.lua +++ b/script/vm/eachRef.lua @@ -30,7 +30,7 @@ end function vm.getRefs(source, deep) deep = deep or -999 - if searcher.isGlobal(source) then + if false and searcher.isGlobal(source) then local key = searcher.getKeyName(source) if not key then return {} -- cgit v1.2.3