This commit is contained in:
aozhiwei 2023-04-21 15:35:46 +08:00
parent e38c74ba76
commit 01fd126f0e

View File

@ -866,8 +866,12 @@ void RoomMgr::SetMatchMode(int mode)
void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
{
#if 0
#ifdef DEBUG
#ifdef NEWBIE_ROOM
msg->set_force_enter_newbie_room(true);
#endif
#endif
#endif
if (msg->room_mode() < kPvpMode ||
msg->room_mode() >= kRoomModeEnd) {