This commit is contained in:
aozhiwei 2023-04-21 21:14:53 +08:00
parent 67bdd62e05
commit 09eb42e092

View File

@ -943,6 +943,9 @@ bool Room::CanJoin(const std::string& accountid,
if (IsNewBieRoom()) {
return false;
}
if (msg.force_enter_newbie_room()) {
return false;
}
if (room_mode_ != self_room_mode) {
return false;
}