This commit is contained in:
aozhiwei 2019-08-27 14:50:27 +08:00
parent d5373abb8d
commit 3f8b57bb2a

View File

@ -1652,6 +1652,7 @@ void Human::SendGameOver()
if (!sent_battlereport_) { if (!sent_battlereport_) {
SendBattleReport(); SendBattleReport();
sent_battlereport_ = true; sent_battlereport_ = true;
GameLog::Instance()->GameEnd((Player*)hum);
} }
{ {
cs::SMGameOver msg; cs::SMGameOver msg;