mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2024-12-26 21:20:45 +00:00
i change
This commit is contained in:
parent
2e9d565b76
commit
4042064243
@ -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<QSBGhostBrain>().First(x => x.AttachedObject._name == "Kamaji");
|
||||
WriteLine(4, ghost.AttachedObject._name);
|
||||
|
Loading…
Reference in New Issue
Block a user