This commit is contained in:
aozhiwei 2020-07-14 19:59:59 +08:00
parent a9210d720f
commit 2d457b6b6b

View File

@ -119,7 +119,7 @@ static RoomType_e GetHumanRoomType(const cs::CMJoin& msg, int& game_times)
} }
} }
#else #else
if (rank >= 0 && rank <= 10) { if (rank >= 0 && rank <= 6) {
return RT_OldBrid1; return RT_OldBrid1;
} else { } else {
return RT_OldBrid2; return RT_OldBrid2;