diff options
Diffstat (limited to 'script-beta/vm/vm.lua')
-rw-r--r-- | script-beta/vm/vm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/script-beta/vm/vm.lua b/script-beta/vm/vm.lua index 5460c52b..06ffc172 100644 --- a/script-beta/vm/vm.lua +++ b/script-beta/vm/vm.lua @@ -68,6 +68,7 @@ function m.refreshCache() end m.cache = { eachRef = {}, + eachDef = {}, eachField = {}, eachMeta = {}, getGlobals = {}, |