修复中级房间人数问题
This commit is contained in:
parent
aefd7d8878
commit
677f462738
@ -592,7 +592,7 @@ bool Room::CanJoin(const std::string& accountid, RoomType_e self_room_type)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (room_type_ == RT_MidBrid) {
|
if (room_type_ == RT_MidBrid) {
|
||||||
if (room_type_ != self_room_type || GetPlayerNum() > 4) {
|
if (room_type_ != self_room_type || GetPlayerNum() >= 4) {
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user