1
This commit is contained in:
parent
3d4838b8b8
commit
95912c3465
@ -199,6 +199,9 @@ void Team::SendTeamBattleReport(Human* sender)
|
||||
if (room->GetBattleStartFrameNo() <= 0) {
|
||||
return;
|
||||
}
|
||||
if (IsViewTeam()) {
|
||||
return;
|
||||
}
|
||||
std::shared_ptr<a8::MutableXObject> post_data = a8::MutableXObject::CreateObject();
|
||||
GenBattleReportData(player, post_data.get());
|
||||
#ifdef MYDEBUG
|
||||
|
Loading…
x
Reference in New Issue
Block a user