diff options
Diffstat (limited to 'script-beta/vm/getInfer.lua')
-rw-r--r-- | script-beta/vm/getInfer.lua | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/script-beta/vm/getInfer.lua b/script-beta/vm/getInfer.lua index c7c422f4..5272c389 100644 --- a/script-beta/vm/getInfer.lua +++ b/script-beta/vm/getInfer.lua @@ -77,9 +77,6 @@ end --- 获取对象的值 --- 会尝试穿透函数调用 function vm.getInfers(source, deep) - if ALL_DEEP then - deep = 'deep' - end if guide.isGlobal(source) then local name = guide.getKeyName(source) local cache = vm.getCache('getInfersOfGlobal')[name] |