From bb921ef4da5cbbcae864b26a445f007268a73228 Mon Sep 17 00:00:00 2001 From: JohnCorby Date: Tue, 10 Jan 2023 16:29:04 -0800 Subject: [PATCH] sorry --- QSB/DeathSync/RespawnOnDeath.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/QSB/DeathSync/RespawnOnDeath.cs b/QSB/DeathSync/RespawnOnDeath.cs index 7be7aee8..8c92f562 100644 --- a/QSB/DeathSync/RespawnOnDeath.cs +++ b/QSB/DeathSync/RespawnOnDeath.cs @@ -233,7 +233,7 @@ public class RespawnOnDeath : MonoBehaviour private void ResetCloak() { - if (QSBCore.DLCInstalled) + if (!QSBCore.DLCInstalled) { return; }