1
This commit is contained in:
parent
896fa57144
commit
c7ff61467d
@ -177,7 +177,7 @@ void Room::AddPlayer(Player* hum)
|
||||
if (gas_data_.gas_mode != GasInactive) {
|
||||
abort();
|
||||
}
|
||||
while (human_hash_.size() > GetRoomMaxPlayerNum()) {
|
||||
while (human_hash_.size() >= GetRoomMaxPlayerNum()) {
|
||||
RandRemoveAndroid();
|
||||
}
|
||||
hum->born_point = AllocBornPoint(hum);
|
||||
|
Loading…
x
Reference in New Issue
Block a user