This commit is contained in:
aozhiwei 2021-06-04 19:44:35 +08:00
parent cffefec286
commit 550dcb9972

View File

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