diff --git a/server/gameserver/roommgr.cc b/server/gameserver/roommgr.cc index 8c73b3e4..736fd82b 100644 --- a/server/gameserver/roommgr.cc +++ b/server/gameserver/roommgr.cc @@ -181,6 +181,9 @@ int RoomMgr::OverRoomNum() std::shared_ptr RoomMgr::GetJoinableRoom(std::shared_ptr p) { + if (p->IsNewBieBattle()) { + return nullptr; + } if (p->IsMoba()) { return nullptr; }