1
This commit is contained in:
parent
308a1e72f3
commit
3f87ed3fa7
@ -931,13 +931,12 @@ void Player::MakeUpdateMsg()
|
||||
}
|
||||
}
|
||||
}
|
||||
if (need_sync_team_data && team_members) {
|
||||
if (team_members) {
|
||||
for (auto& itr : *team_members) {
|
||||
if (itr != this) {
|
||||
itr->FillMFTeamData(update_msg->add_team_data());
|
||||
}
|
||||
}
|
||||
need_sync_team_data = false;
|
||||
}
|
||||
if (send_update_msg_times == 0) {
|
||||
room->FetchBuilding(this);
|
||||
|
Loading…
x
Reference in New Issue
Block a user