1
This commit is contained in:
parent
fa15c63e36
commit
5f5496af41
@ -1394,7 +1394,10 @@ void Human::SendGameOver()
|
|||||||
FillSMGameOver(msg);
|
FillSMGameOver(msg);
|
||||||
SendNotifyMsg(msg);
|
SendNotifyMsg(msg);
|
||||||
} else {
|
} else {
|
||||||
GetTeam()->SendTeamBattleReport(this);
|
if (!GetTeam()->sending_battlereport) {
|
||||||
|
GetTeam()->sending_battlereport = true;
|
||||||
|
GetTeam()->SendTeamBattleReport(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (IsEntitySubType(EST_Player)) {
|
if (IsEntitySubType(EST_Player)) {
|
||||||
|
@ -177,5 +177,5 @@ bool Team::HasPlayer()
|
|||||||
|
|
||||||
void Team::SendTeamBattleReport(Human* sender)
|
void Team::SendTeamBattleReport(Human* sender)
|
||||||
{
|
{
|
||||||
|
already_report_battle = true;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user