From f89f862234dcc3067ef7514f48594fdc81fa2907 Mon Sep 17 00:00:00 2001 From: zhl Date: Mon, 14 Dec 2020 20:22:01 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=96=B0=E5=BC=80=E5=A7=8B=E8=AE=A1?= =?UTF-8?q?=E6=97=B6=E7=BB=93=E6=9D=9F=E5=90=8E,=20=E5=B0=86=E6=B8=B8?= =?UTF-8?q?=E6=88=8F=E7=8A=B6=E6=80=81=E7=BD=AE=E4=B8=BA=E7=AD=89=E5=BE=85?= =?UTF-8?q?=E5=8A=A0=E5=85=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/commands/GameResultCommand.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rooms/commands/GameResultCommand.ts b/src/rooms/commands/GameResultCommand.ts index 90f0e04..c18e8fb 100644 --- a/src/rooms/commands/GameResultCommand.ts +++ b/src/rooms/commands/GameResultCommand.ts @@ -75,7 +75,7 @@ export class GameResultCommand extends Command { client.leave(); } } - + self.state.updateGameState(GameStateConst.STATE_WAIT_JOIN); await self.room.unlock(); await self.room.setPrivate(false); //开启匹配定时, 长时间没匹配到人的话, 添加机器人