remove last references to resetship

This commit is contained in:
Mister_Nebula 2021-06-20 14:33:14 +01:00
parent 9007502d8b
commit 5b57398579

View File

@ -202,7 +202,6 @@ namespace QSB.DeathSync.Patches
return false;
}
RespawnOnDeath.Instance.ResetShip();
RespawnOnDeath.Instance.ResetPlayer();
return false;
}
@ -238,9 +237,8 @@ namespace QSB.DeathSync.Patches
{
Locator.GetDeathManager().KillPlayer(____deathType);
}
// Ship is being destroyed, but player isn't in it.
RespawnOnDeath.Instance.ResetShip();
return false;
return true;
}
}
}