1
This commit is contained in:
parent
b5149a0e6e
commit
ab24fb772e
@ -1670,9 +1670,11 @@ void Human::SendGameOver()
|
|||||||
if (GetTeam()->already_report_battle) {
|
if (GetTeam()->already_report_battle) {
|
||||||
cs::SMGameOver msg;
|
cs::SMGameOver msg;
|
||||||
FillSMGameOver(msg);
|
FillSMGameOver(msg);
|
||||||
|
#if 0
|
||||||
if (msg.settlement_new().battle_uuid().empty()) {
|
if (msg.settlement_new().battle_uuid().empty()) {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
SendMsgSelfAndOb(msg);
|
SendMsgSelfAndOb(msg);
|
||||||
#ifdef MYDEBUG
|
#ifdef MYDEBUG
|
||||||
if (IsPlayer()) {
|
if (IsPlayer()) {
|
||||||
@ -1693,9 +1695,11 @@ void Human::SendGameOver()
|
|||||||
} else {
|
} else {
|
||||||
cs::SMGameOver msg;
|
cs::SMGameOver msg;
|
||||||
FillSMGameOver(msg);
|
FillSMGameOver(msg);
|
||||||
|
#if 0
|
||||||
if (msg.settlement_new().battle_uuid().empty()) {
|
if (msg.settlement_new().battle_uuid().empty()) {
|
||||||
abort();
|
abort();
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
SendMsgSelfAndOb(msg);
|
SendMsgSelfAndOb(msg);
|
||||||
#ifdef MYDEBUG
|
#ifdef MYDEBUG
|
||||||
if (IsPlayer()) {
|
if (IsPlayer()) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user