From a88ec1e85da0207ae4b1a481c4fb8ea8e0c829b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Tue, 11 Dec 2018 14:04:53 +0800 Subject: =?UTF-8?q?=E4=BF=AE=E6=AD=A3bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/matcher/vm.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/matcher/vm.lua') diff --git a/server/src/matcher/vm.lua b/server/src/matcher/vm.lua index 38e64f5e..32dbc7a9 100644 --- a/server/src/matcher/vm.lua +++ b/server/src/matcher/vm.lua @@ -145,7 +145,7 @@ function mt:createFunction(exp, object) self.chunk:cut 'labels' local stop - self:forList(exp.args, function (arg) + self:forList(exp.arg, function (arg) if stop then return end -- cgit v1.2.3