1
This commit is contained in:
parent
8fb4e8b212
commit
b6a24d878b
@ -1082,7 +1082,7 @@ bool Room::CanJoin(const std::string& accountid,
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (IsPvpRankModeRoom() && GetPlayerNum() >= mt::Param::s().rank_mode_min_player) {
|
if (IsPvpRankModeRoom() && GetOnlinePlayerNum() >= mt::Param::s().rank_mode_min_player) {
|
||||||
if (lock_room_timer_.expired()) {
|
if (lock_room_timer_.expired()) {
|
||||||
lock_room_timer_ = xtimer.SetIntervalWpEx
|
lock_room_timer_ = xtimer.SetIntervalWpEx
|
||||||
(SERVER_FRAME_RATE * 10,
|
(SERVER_FRAME_RATE * 10,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user