From 5d6ec01a3f2b63317f838337751a5b7bbd400b54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Fri, 18 Jun 2021 15:03:52 +0800 Subject: fix --- script/parser/compile.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/parser/compile.lua b/script/parser/compile.lua index 21be406d..ccbeeed7 100644 --- a/script/parser/compile.lua +++ b/script/parser/compile.lua @@ -152,7 +152,7 @@ local vmMap = { local localself = { type = 'local', start = value.start, - finish = value.finish, + finish = value.start, method = obj, effect = obj.finish, tag = 'self', -- cgit v1.2.3