diff options
Diffstat (limited to 'server/src/vm')
-rw-r--r-- | server/src/vm/vm.lua | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/src/vm/vm.lua b/server/src/vm/vm.lua index 4308ea2c..cd24f1ad 100644 --- a/server/src/vm/vm.lua +++ b/server/src/vm/vm.lua @@ -499,6 +499,7 @@ function mt:getSimple(simple, max) if object then table.insert(values, 1, object) table.insert(args, 1, simple[i-3]) + source:set('has object', true) end object = nil source:bindCall(args) |