This commit is contained in:
aozhiwei 2022-09-15 21:28:58 +08:00
parent 912073235b
commit 13d71b06cb

View File

@ -2307,6 +2307,7 @@ void Human::SendBattleReport()
hum->sending_battlereport_ = false;
hum->already_report_battle_ = true;
hum->stats.ParseReward(data);
hum->SendGameOver();
};
auto on_error =
[] (a8::XParams& param, const std::string& response)