This commit is contained in:
Mister_Nebula 2021-06-20 14:35:59 +01:00
parent 5b57398579
commit 7349d359e6

View File

@ -196,12 +196,6 @@ namespace QSB.DeathSync.Patches
return true;
}
if (!ShipManager.Instance.HasAuthority)
{
RespawnOnDeath.Instance.ResetPlayer();
return false;
}
RespawnOnDeath.Instance.ResetPlayer();
return false;
}