1
This commit is contained in:
parent
f66290b820
commit
1f6cd95ce0
@ -346,6 +346,9 @@ void Room::ShuaAndroid()
|
||||
if (IsNewBieRoom()) {
|
||||
return;
|
||||
}
|
||||
if (IsCustomBattle()) {
|
||||
return;
|
||||
}
|
||||
if (GetGasData().GetGasMode() != GasInactive) {
|
||||
return;
|
||||
}
|
||||
@ -1023,6 +1026,9 @@ bool Room::CanJoin(const std::string& accountid,
|
||||
if (IsNewBieRoom()) {
|
||||
return false;
|
||||
}
|
||||
if (IsCustomBattle()) {
|
||||
return false;
|
||||
}
|
||||
if (msg.force_enter_newbie_room()) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user