From 4ffc826d7ce5ca57c2929e040ed5eefb53f9d115 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, 22 Jan 2019 15:18:27 +0800 Subject: =?UTF-8?q?=E6=95=B4=E7=90=86=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/src/service.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/src/service.lua') diff --git a/server/src/service.lua b/server/src/service.lua index ee299490..d0089c1b 100644 --- a/server/src/service.lua +++ b/server/src/service.lua @@ -434,7 +434,7 @@ function mt:listen() self._proto = thread.channel 'proto' - async.call([[require 'proto']]) + async.call([[require 'async.proto']]) while true do async.onTick() -- cgit v1.2.3