This commit is contained in:
aozhiwei 2020-07-08 17:17:42 +08:00
parent 712a7e7a8a
commit 29816b88ba

View File

@ -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;