mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-29 00:32:43 +00:00
use QSBCore.DLCInstalled
This commit is contained in:
parent
a0d31b76cc
commit
e838dc391d
@ -233,7 +233,7 @@ public class RespawnOnDeath : MonoBehaviour
|
||||
|
||||
private void ResetCloak()
|
||||
{
|
||||
if (EntitlementsManager.IsDlcOwned() != EntitlementsManager.AsyncOwnershipStatus.Owned)
|
||||
if (QSBCore.DLCInstalled)
|
||||
{
|
||||
return;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user