This commit is contained in:
aozhiwei 2023-06-25 13:25:39 +08:00
parent a925157ef7
commit 55bb7e0ff0

View File

@ -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;
}