diff --git a/NewHorizons/Components/QuantumPlanet.cs b/NewHorizons/Components/QuantumPlanet.cs index 9627540e..4b932df9 100644 --- a/NewHorizons/Components/QuantumPlanet.cs +++ b/NewHorizons/Components/QuantumPlanet.cs @@ -107,6 +107,8 @@ namespace NewHorizons.Components if (newState.orbit != null && newState.orbit != oldState.orbit) SetNewOrbit(primaryBody, orbitalParams); _currentIndex = newIndex; + + GlobalMessenger.FireEvent("QuantumMoonChangeState", _rb); } // Be completely sure we move the visibility tracker back to our planet