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); });