1
This commit is contained in:
parent
712a7e7a8a
commit
29816b88ba
@ -42,7 +42,7 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
if (game_times < 0) {
|
if (game_times <= 0) {
|
||||||
return RT_NewBrid;
|
return RT_NewBrid;
|
||||||
} else if (game_times == 1) {
|
} else if (game_times == 1) {
|
||||||
return RT_MidBrid;
|
return RT_MidBrid;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user