From 13ad1c1f195c8438a736242d700603b21398d7f5 Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 18 Feb 2022 10:09:32 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AF=BB=E5=AE=9D=EF=BC=9A=E6=81=A2=E5=A4=8D?= =?UTF-8?q?=E8=AF=AF=E5=88=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app.ts | 1 + 1 file changed, 1 insertion(+) 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);