This commit is contained in:
aozhiwei 2022-11-10 16:30:25 +08:00
parent e4d8ece610
commit 77389dab68

View File

@ -1109,9 +1109,10 @@ void Player::_CMGameOver(f8::MsgHdr& hdr, const cs::CMGameOver& msg)
CancelRevive();
if (!dead) {
BeKill(GetUniId(), name, 0);
}
} else {
SendGameOver();
}
}
void Player::_CMWatchWar(f8::MsgHdr& hdr, const cs::CMWatchWar& msg)
{