From 3a1e2e08d15ea7afe0b236394ee4f42d13491617 Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 16 Sep 2022 18:20:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E4=B8=A4=E4=B8=AA=E6=8E=A8?= =?UTF-8?q?=E9=80=81=E4=B8=8D=E5=8A=A0=E5=AF=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/services/pushService.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/game-server/app/services/pushService.ts b/game-server/app/services/pushService.ts index 3a9b248a6..bc895cbf5 100644 --- a/game-server/app/services/pushService.ts +++ b/game-server/app/services/pushService.ts @@ -187,5 +187,7 @@ function checkNotEncryptRoute(event: string) { PUSH_ROUTE.PUSH_CURRENT_TIME, PUSH_ROUTE.RACE_START, PUSH_ROUTE.GUILD_ACTIVITY_END, + PUSH_ROUTE.GUILD_RACE_UPDATE, + PUSH_ROUTE.GUILD_RACE_EVENT, ].indexOf(event) != -1 } \ No newline at end of file