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