diff options
Diffstat (limited to 'server/test/example/vm.lua')
-rw-r--r-- | server/test/example/vm.lua | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/server/test/example/vm.lua b/server/test/example/vm.lua index eb882710..f2f4144d 100644 --- a/server/test/example/vm.lua +++ b/server/test/example/vm.lua @@ -408,8 +408,6 @@ function mt:buildFunction(exp, object) return func end - func.built = true - self:scopePush(exp) self.chunk:push() self.chunk:cut 'dots' |