1
This commit is contained in:
parent
ca496d79bc
commit
759d7c3724
@ -1149,6 +1149,9 @@ void Room::MatchTeam(Human* hum)
|
||||
|
||||
void Room::CombineTeam()
|
||||
{
|
||||
if (GetRoomMode() == kZombieMode) {
|
||||
return;
|
||||
}
|
||||
std::map<int, size_t> need_combine_teams;
|
||||
std::map<int, size_t> need_combine_teams_copy;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user