From 859bf22a7d50473ae796f9a33a15de413cf0604c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9C=80=E8=90=8C=E5=B0=8F=E6=B1=90?= Date: Mon, 24 Jun 2019 11:42:54 +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/task.lua | 1 - 1 file changed, 1 deletion(-) (limited to 'server/src/task.lua') diff --git a/server/src/task.lua b/server/src/task.lua index a1ed37de..88db7a28 100644 --- a/server/src/task.lua +++ b/server/src/task.lua @@ -56,7 +56,6 @@ end return function (callback) local self = setmetatable({ - callback = callback, data = {}, task = coroutine.create(callback), }, mt) -- cgit v1.2.3