diff --git a/server/gameserver/human.cc b/server/gameserver/human.cc index 9a775db..cbba165 100644 --- a/server/gameserver/human.cc +++ b/server/gameserver/human.cc @@ -1652,6 +1652,7 @@ void Human::SendGameOver() if (!sent_battlereport_) { SendBattleReport(); sent_battlereport_ = true; + GameLog::Instance()->GameEnd((Player*)hum); } { cs::SMGameOver msg;