From a9959a2f07174a66d4c86eff22467bb528aedc34 Mon Sep 17 00:00:00 2001 From: Soar Qin Date: Wed, 29 Oct 2025 15:27:13 +0800 Subject: [PATCH] try to fix a strange issue --- UXAssist/Patches/LogisticsPatch.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }