1
This commit is contained in:
parent
67bdd62e05
commit
09eb42e092
@ -943,6 +943,9 @@ bool Room::CanJoin(const std::string& accountid,
|
|||||||
if (IsNewBieRoom()) {
|
if (IsNewBieRoom()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
if (msg.force_enter_newbie_room()) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
if (room_mode_ != self_room_mode) {
|
if (room_mode_ != self_room_mode) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user