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