1
This commit is contained in:
parent
d044953e9c
commit
0552714f77
@ -1009,10 +1009,13 @@ bool Room::CanJoin(const std::string& accountid,
|
||||
{
|
||||
if (lock_room_) {
|
||||
if (IsPvpRankModeRoom()) {
|
||||
|
||||
}
|
||||
if (!HaveMyTeam(msg.team_uuid())) {
|
||||
return false;
|
||||
}
|
||||
} else {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
if (IsNewBieRoom()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user