mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-06 10:09:31 +00:00
remove last references to resetship
This commit is contained in:
parent
9007502d8b
commit
5b57398579
@ -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;
|
||||
}
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user