summaryrefslogtreecommitdiff
path: root/script/vm/eachDef.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/eachDef.lua')
-rw-r--r--script/vm/eachDef.lua2
1 files changed, 1 insertions, 1 deletions
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 {}