summaryrefslogtreecommitdiff
path: root/server/test/example/vm.lua
diff options
context:
space:
mode:
Diffstat (limited to 'server/test/example/vm.lua')
-rw-r--r--server/test/example/vm.lua1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/test/example/vm.lua b/server/test/example/vm.lua
index 965a0bec..d293fc38 100644
--- a/server/test/example/vm.lua
+++ b/server/test/example/vm.lua
@@ -434,7 +434,6 @@ function mt:buildFunction(exp, object)
func.argValues[#func.args] = self:getValue(var)
elseif arg.type == '...' then
self:createDots(#func.args+1, arg)
- func.hasDots = true
for _ = 1, 10 do
func.argValues[#func.argValues+1] = self:createValue('any', arg)
end