From c31c0a0ee3a7683948e28f4190e33f3ffe026e06 Mon Sep 17 00:00:00 2001 From: luying Date: Thu, 13 Oct 2022 11:36:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=AF=E5=8A=A8=EF=BC=9A=E7=BB=B4=E6=8A=A4?= =?UTF-8?q?=E5=90=AF=E5=8A=A8=E4=B8=8D=E9=80=9A=E7=9F=A5remote?= 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 17a9a18d4..2459ff0b7 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -207,7 +207,7 @@ async function treatStartLogic(app: _pinus.Application) { async function treatStartMainten(app: _pinus.Application) { if(app.getServerType() == 'systimer') { // 维护信息 - await timeTaskService.initMaintenance(); + await timeTaskService.initMaintenance(null, true); } else { await timeTaskService.initMaintenanaceInOtherServers(); }