This commit is contained in:
Noah Pilarski 2022-10-08 15:28:26 -04:00
parent 0f50c3dce9
commit 72f3db224d

View File

@ -62,6 +62,7 @@ namespace NewHorizons.Builder.General
owrb.SetAttachedReferenceFrameVolume(RFV); owrb.SetAttachedReferenceFrameVolume(RFV);
if (!module.enabled) GameObject.Destroy(rfGO); if (!module.enabled) GameObject.Destroy(rfGO);
else rfGO.SetActive(true);
} }
} }
} }