1
This commit is contained in:
parent
e38c74ba76
commit
01fd126f0e
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user