This commit is contained in:
aozhiwei 2021-06-04 19:56:26 +08:00
parent 550dcb9972
commit c3b832b41f

View File

@ -3838,7 +3838,7 @@ void Human::SendRollMsgEx(KillInfo& info,
} else if (target->team_id == hum->team_id) { } else if (target->team_id == hum->team_id) {
element->mutable_union_obj_1()->set_color(MetaMgr::Instance()->teammate_bekill_color); element->mutable_union_obj_1()->set_color(MetaMgr::Instance()->teammate_bekill_color);
} else{ } else{
element->mutable_union_obj_1()->set_color(0xFFFFFF); element->mutable_union_obj_1()->clear_color();
} }
} }
} }