Merge branch 'dev' into nh-stuff

This commit is contained in:
JohnCorby 2022-08-31 12:58:57 -07:00
commit bd963ddfb7

View File

@ -238,7 +238,7 @@ internal class DebugGUI : MonoBehaviour, IAddComponentOnStart
#endregion
if (QSBWorldSync.AllObjectsReady)
if (QSBWorldSync.AllObjectsReady && EntitlementsManager.IsDlcOwned() == EntitlementsManager.AsyncOwnershipStatus.Owned)
{
var ghost = QSBWorldSync.GetWorldObjects<QSBGhostBrain>().First(x => x.AttachedObject._name == "Kamaji");
WriteLine(4, ghost.AttachedObject._name);