黄金段位调档后回到新手

This commit is contained in:
aozhiwei 2020-07-08 18:35:12 +08:00
parent 29816b88ba
commit ede91ed45c

View File

@ -42,6 +42,10 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
}
#endif
if (msg.force_entry_newbie_room()) {
return RT_NewBrid;
}
if (game_times <= 0) {
return RT_NewBrid;
} else if (game_times == 1) {