This commit is contained in:
aozhiwei 2023-06-25 14:12:12 +08:00
parent ad90309bee
commit 12c82c3b25

View File

@ -1075,6 +1075,9 @@ bool Room::CanJoin(const std::string& accountid,
break;
}
}
}
if (IsPvpRankModeRoom()) {
}
return GetPlayerNum() < (int)GetRoomMaxPlayerNum();
}