1
This commit is contained in:
parent
a925157ef7
commit
55bb7e0ff0
@ -1019,11 +1019,9 @@ bool Room::CanJoin(const std::string& accountid,
|
|||||||
if (msg.force_enter_newbie_room()) {
|
if (msg.force_enter_newbie_room()) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#if 0
|
|
||||||
if (room_mode_ != self_room_mode) {
|
if (room_mode_ != self_room_mode) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
#endif
|
|
||||||
if (GetGasData().GetGasMode() != GasInactive) {
|
if (GetGasData().GetGasMode() != GasInactive) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user