This commit is contained in:
aozhiwei 2024-02-04 21:41:34 +08:00
parent b5149a0e6e
commit ab24fb772e

View File

@ -1670,9 +1670,11 @@ void Human::SendGameOver()
if (GetTeam()->already_report_battle) {
cs::SMGameOver msg;
FillSMGameOver(msg);
#if 0
if (msg.settlement_new().battle_uuid().empty()) {
abort();
}
#endif
SendMsgSelfAndOb(msg);
#ifdef MYDEBUG
if (IsPlayer()) {
@ -1693,9 +1695,11 @@ void Human::SendGameOver()
} else {
cs::SMGameOver msg;
FillSMGameOver(msg);
#if 0
if (msg.settlement_new().battle_uuid().empty()) {
abort();
}
#endif
SendMsgSelfAndOb(msg);
#ifdef MYDEBUG
if (IsPlayer()) {