diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 163e0d5..1c8533d 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -16,7 +16,7 @@ #include "framework/cpp/httpclientpool.h" -const int ROOM_NUM_LIMIT = 0; +const int ROOM_NUM_LIMIT = 20; void RoomMgr::Init() {