diff --git a/NewHorizons/Components/CloakSectorController.cs b/NewHorizons/Components/CloakSectorController.cs index e7d8e9b0..e7322cdd 100644 --- a/NewHorizons/Components/CloakSectorController.cs +++ b/NewHorizons/Components/CloakSectorController.cs @@ -12,9 +12,9 @@ namespace NewHorizons.Components private List _renderers = null; - internal static bool isPlayerInside = false; - internal static bool isProbeInside = false; - internal static bool isShipInside = false; + public static bool isPlayerInside = false; + public static bool isProbeInside = false; + public static bool isShipInside = false; public void Init(CloakFieldController cloak, GameObject root) {