From b75f21fcf3b833e8d02238ddbab350f6715fc73a Mon Sep 17 00:00:00 2001 From: luying Date: Mon, 27 Feb 2023 16:34:16 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix(gvg):=20=E4=BF=AE=E5=A4=8Dgu?= =?UTF-8?q?ild=E6=89=A9=E5=B1=95=E6=9C=8D=E6=97=A0=E6=B3=95=E9=85=8D?= =?UTF-8?q?=E7=BD=AEconfig?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/game-server/app.ts b/game-server/app.ts index 0114b507c..ff9a3cd71 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -207,7 +207,7 @@ async function treatStartLogic(app: _pinus.Application) { setGVGServerGroup(); } if(app.getServerType() == 'guild') { - + setGVGConfig() app.event.on('start_all', () => { setGVGConfig().then(initTeamToMem); });