1
This commit is contained in:
parent
59c2c8ccb1
commit
18fccc5fd6
@ -1095,7 +1095,9 @@ void Player::_CMGameOver(f8::MsgHdr& hdr, const cs::CMGameOver& msg)
|
|||||||
{
|
{
|
||||||
if (room->GetGasData().GetGasMode() == GasInactive) {
|
if (room->GetGasData().GetGasMode() == GasInactive) {
|
||||||
stats->is_run_away = true;
|
stats->is_run_away = true;
|
||||||
GetTeam()->RunAway(this);
|
if (GetTeam()) {
|
||||||
|
GetTeam()->RunAway(this);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
CancelRevive();
|
CancelRevive();
|
||||||
if (!dead) {
|
if (!dead) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user