From 97472e9a17c31425e3777d0bdc5f2878d3b6a190 Mon Sep 17 00:00:00 2001 From: ParticleG Date: Mon, 23 Jan 2023 00:48:20 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0API=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.lua b/main.lua index bd6e4eaa..64d3b798 100644 --- a/main.lua +++ b/main.lua @@ -601,8 +601,8 @@ for _,fileName in next,fs.getDirectoryItems('replay') do end table.sort(REPLAY,function(a,b) return a.fileName>b.fileName end) -WS.switchHost('cafuuchino1.3322.org','10027','/techmino/ws/v1') -HTTP.setHost("cafuuchino1.3322.org:10027") +WS.switchHost('cafuuchino1.3322.org','10026','/techmino/ws/v1') +HTTP.setHost("cafuuchino1.3322.org:10026") HTTP.setThreadCount(1) table.insert(_LOADTIMELIST_,("Load Resources: %.3fs"):format(TIME()-_LOADTIME_))