From 369c831846cbf02dc94373e2da750b72b0ed21aa Mon Sep 17 00:00:00 2001 From: luying Date: Fri, 27 Nov 2020 16:28:13 +0800 Subject: [PATCH] =?UTF-8?q?searchTeam=E6=B7=BB=E5=8A=A0=E4=B8=80=E4=B8=AAr?= =?UTF-8?q?eturn?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- game-server/app/servers/battle/handler/comBattleHandler.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/game-server/app/servers/battle/handler/comBattleHandler.ts b/game-server/app/servers/battle/handler/comBattleHandler.ts index 54c4e62e7..9cc95a617 100644 --- a/game-server/app/servers/battle/handler/comBattleHandler.ts +++ b/game-server/app/servers/battle/handler/comBattleHandler.ts @@ -135,6 +135,7 @@ export class ComBattleHandler { setTimeout(() => { }, 10000); + return resResult(STATUS.SUCCESS); } async joinTeam(msg: {teamCode: string, isFrd: boolean}, session: BackendSession) {