This commit is contained in:
aozhiwei 2023-09-06 12:41:09 +08:00
parent 8159a254b4
commit 2d81707a27

View File

@ -799,13 +799,7 @@ void RoomMgr::SetMatchMode(int mode)
void RoomMgr::AdjustCMJoin(cs::CMJoin* msg) void RoomMgr::AdjustCMJoin(cs::CMJoin* msg)
{ {
#if 0 msg->set_force_enter_newbie_room(false);
#ifdef DEBUG
#ifdef NEWBIE_ROOM
msg->set_force_enter_newbie_room(true);
#endif
#endif
#endif
#ifdef DEBUG1 #ifdef DEBUG1
if (DebugCmd::Enable()) { if (DebugCmd::Enable()) {
msg->set_room_mode(kPvpRankMode); msg->set_room_mode(kPvpRankMode);