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