1
This commit is contained in:
parent
b5149a0e6e
commit
ab24fb772e
@ -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()) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user