summaryrefslogtreecommitdiff
path: root/script/vm/runner.lua
diff options
context:
space:
mode:
Diffstat (limited to 'script/vm/runner.lua')
-rw-r--r--script/vm/runner.lua3
1 files changed, 2 insertions, 1 deletions
diff --git a/script/vm/runner.lua b/script/vm/runner.lua
index 3ee718b3..acf5427d 100644
--- a/script/vm/runner.lua
+++ b/script/vm/runner.lua
@@ -351,5 +351,6 @@ function vm.launchRunner(loc, callback)
return
end
- self:_launchBlock(guide.getParentBlock(loc), vm.getNode(loc):copy())
+ local topNode = self:_launchBlock(guide.getParentBlock(loc), vm.getNode(loc):copy())
+ self:_fastWard(math.maxinteger, topNode)
end