diff --git a/UXAssist/Patches/LogisticsPatch.cs b/UXAssist/Patches/LogisticsPatch.cs index c394018..096ffb8 100644 --- a/UXAssist/Patches/LogisticsPatch.cs +++ b/UXAssist/Patches/LogisticsPatch.cs @@ -1069,10 +1069,10 @@ public static class LogisticsPatch var localPlanet = GameMain.data?.localPlanet; if (localPlanet == null || !localPlanet.factoryLoaded) { + _stationTipsRoot.SetActive(false); if (_lastPlanetId == 0) return; RecycleStationTips(); _lastPlanetId = 0; - _stationTipsRoot.SetActive(false); return; }