This commit is contained in:
JohnCorby 2023-01-10 16:29:04 -08:00
parent d97b781f46
commit bb921ef4da

View File

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