diff --git a/game-server/app.ts b/game-server/app.ts index d65379d60..edc025465 100644 --- a/game-server/app.ts +++ b/game-server/app.ts @@ -266,6 +266,7 @@ if (app.isMaster()) { // 全部服务器启动完毕后初始化 redis 数据 redisService.checkConnectors(); redisService.readDataBase(); + redisService.clearComBtlQueue(); redisService.clearChannelServers(); updateTeamStatus(COM_TEAM_STATUS.DEFAULT, COM_TEAM_STATUS.LOOSE); updateTeamStatus(COM_TEAM_STATUS.FIGHTING, COM_TEAM_STATUS.LOOSE);