mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2025-12-09 03:33:29 +08:00
try to fix a strange issue
This commit is contained in:
@@ -1069,10 +1069,10 @@ public static class LogisticsPatch
|
|||||||
var localPlanet = GameMain.data?.localPlanet;
|
var localPlanet = GameMain.data?.localPlanet;
|
||||||
if (localPlanet == null || !localPlanet.factoryLoaded)
|
if (localPlanet == null || !localPlanet.factoryLoaded)
|
||||||
{
|
{
|
||||||
|
_stationTipsRoot.SetActive(false);
|
||||||
if (_lastPlanetId == 0) return;
|
if (_lastPlanetId == 0) return;
|
||||||
RecycleStationTips();
|
RecycleStationTips();
|
||||||
_lastPlanetId = 0;
|
_lastPlanetId = 0;
|
||||||
_stationTipsRoot.SetActive(false);
|
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user