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) {