黄金段位调档后回到新手
This commit is contained in:
parent
29816b88ba
commit
ede91ed45c
@ -42,6 +42,10 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
if (msg.force_entry_newbie_room()) {
|
||||||
|
return RT_NewBrid;
|
||||||
|
}
|
||||||
|
|
||||||
if (game_times <= 0) {
|
if (game_times <= 0) {
|
||||||
return RT_NewBrid;
|
return RT_NewBrid;
|
||||||
} else if (game_times == 1) {
|
} else if (game_times == 1) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user