1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2025-12-08 21:33:28 +08:00

try to fix a strange issue

This commit is contained in:
2025-10-29 15:27:13 +08:00
parent 77f5803a24
commit a9959a2f07

View File

@@ -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;
}