1
This commit is contained in:
parent
9699569d82
commit
aabe64715b
@ -1016,6 +1016,13 @@ bool Room::CanJoin(const std::string& accountid,
|
|||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if (IsPvpRankModeRoom()) {
|
||||||
|
if (GetGasInactiveReaminTime() < 60) {
|
||||||
|
if (!HaveMyTeam(msg.team_uuid())) {
|
||||||
|
return false;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
if (IsNewBieRoom()) {
|
if (IsNewBieRoom()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user