use QSBCore.DLCInstalled

This commit is contained in:
JohnCorby 2023-01-02 12:05:01 -08:00
parent a0d31b76cc
commit e838dc391d

View File

@ -233,7 +233,7 @@ public class RespawnOnDeath : MonoBehaviour
private void ResetCloak()
{
if (EntitlementsManager.IsDlcOwned() != EntitlementsManager.AsyncOwnershipStatus.Owned)
if (QSBCore.DLCInstalled)
{
return;
}