This commit is contained in:
aozhiwei 2024-01-02 15:39:25 +08:00
parent 1b662d7eb3
commit 87a368201f

View File

@ -1132,6 +1132,11 @@ void Human::FillSMGameOver(cs::SMGameOver& msg)
} }
*msg.mutable_settlement() = *p->settlement; *msg.mutable_settlement() = *p->settlement;
} }
#ifdef MYDEBUG
if (IsPlayer()) {
a8::XPrintf("SMGameOver:%s\n", {f8::PbToJson(&msg)});
}
#endif
} }
void Human::SendNewBieEnd() void Human::SendNewBieEnd()