From 32f15b8bb5307ebd58a5588533454b7ead6397bb Mon Sep 17 00:00:00 2001 From: zhl Date: Thu, 25 Feb 2021 10:18:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=8C=B9=E9=85=8D=E6=88=BF?= =?UTF-8?q?=E9=97=B4=E9=BB=98=E8=AE=A4=E8=BF=9E=E6=8E=A5=E6=95=B0=E8=AE=BE?= =?UTF-8?q?=E7=BD=AE=E9=94=99=E8=AF=AF=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/rooms/GeneralRoom.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rooms/GeneralRoom.ts b/src/rooms/GeneralRoom.ts index 4ad8e4f..291c559 100644 --- a/src/rooms/GeneralRoom.ts +++ b/src/rooms/GeneralRoom.ts @@ -25,7 +25,7 @@ import { Service } from '../service/Service' export class GeneralRoom extends Room { dispatcher = new Dispatcher(this); - maxClients = 2; + maxClients = 4; score = 0; battleMan = new BattleHandler(); // 用于游戏过程中各种计时器, 使用该计时器的前提是, 只针对当前操作玩家