1
This commit is contained in:
parent
fa512cf99b
commit
1bf985fab0
@ -1836,6 +1836,9 @@ void Room::FillTeam()
|
|||||||
}
|
}
|
||||||
for (auto& pair : team_hash_) {
|
for (auto& pair : team_hash_) {
|
||||||
pair.second->GenBattleUuid();
|
pair.second->GenBattleUuid();
|
||||||
|
if (pair.second->HasPlayer()) {
|
||||||
|
batch_sync_->AddTeam(pair.second);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user