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