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