From be0b12da9dfaac75194e08d820b86f020b9f9656 Mon Sep 17 00:00:00 2001 From: aozhiwei Date: Fri, 10 Jul 2020 14:26:22 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A9=E5=A4=A7=E4=BA=BA=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server/gameserver/roommgr.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index e0a9fd1..34b6d04 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -20,7 +20,7 @@ #include "framework/cpp/utils.h" const int ROOM_NUM_UP_LIMIT = 1000; -const int HUM_NUM_DOWN_LIMIT = 1500; +const int HUM_NUM_DOWN_LIMIT = 2500; static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times) {