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()) {
|
||||
return false;
|
||||
}
|
||||
#if 0
|
||||
if (room_mode_ != self_room_mode) {
|
||||
return false;
|
||||
}
|
||||
#endif
|
||||
if (GetGasData().GetGasMode() != GasInactive) {
|
||||
return false;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user