diff options
Diffstat (limited to 'script/vm/ref.lua')
-rw-r--r-- | script/vm/ref.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/script/vm/ref.lua b/script/vm/ref.lua index b086f6e1..65e8fdab 100644 --- a/script/vm/ref.lua +++ b/script/vm/ref.lua @@ -298,7 +298,7 @@ function vm.getRefs(source, fileNotify) local hasLocal local function pushResult(src) - if src.type == 'local' and not src.dummy then + if src.type == 'local' then if hasLocal then return end |