1
This commit is contained in:
parent
7be2b923d7
commit
75c325d55e
@ -539,6 +539,13 @@ void Team::IncKillCount()
|
||||
last_kill_frameno_ = room->GetFrameNo();
|
||||
if (room->IsMobaModeRoom() && room->GetMobaOvertimeRaceFrameNo() > 0) {
|
||||
room->MobaOver();
|
||||
TraverseMembers
|
||||
(
|
||||
[] (Human* hum) -> bool
|
||||
{
|
||||
hum->SendUIUpdate();
|
||||
return true;
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user