diff options
Diffstat (limited to 'script-beta/vm/getGlobal.lua')
-rw-r--r-- | script-beta/vm/getGlobal.lua | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/script-beta/vm/getGlobal.lua b/script-beta/vm/getGlobal.lua deleted file mode 100644 index 373c907e..00000000 --- a/script-beta/vm/getGlobal.lua +++ /dev/null @@ -1,6 +0,0 @@ -local vm = require 'vm.vm' - -function vm.getGlobal(source) - vm.getGlobals(source) - return vm.cache.getGlobal[source] -end |