diff --git a/QSB/Utility/DebugGUI.cs b/QSB/Utility/DebugGUI.cs index d6a35c18..253968d1 100644 --- a/QSB/Utility/DebugGUI.cs +++ b/QSB/Utility/DebugGUI.cs @@ -238,7 +238,7 @@ internal class DebugGUI : MonoBehaviour, IAddComponentOnStart #endregion - if (QSBWorldSync.AllObjectsReady && EntitlementsManager.IsDlcOwned() == EntitlementsManager.AsyncOwnershipStatus.Owned) + if (QSBWorldSync.AllObjectsReady && QSBCore.DLCInstalled) { var ghost = QSBWorldSync.GetWorldObjects().First(x => x.AttachedObject._name == "Kamaji"); WriteLine(4, ghost.AttachedObject._name);