1
0
mirror of https://github.com/soarqin/DSP_Mods.git synced 2026-03-22 22:03:26 +08:00

Planet Vein Utilization embedded

This commit is contained in:
2025-09-28 00:42:16 +08:00
parent d9f87ca4e9
commit dc092d7f6f
2 changed files with 251 additions and 2 deletions

View File

@@ -797,7 +797,7 @@ public static class LogisticsPatch
{
RecycleStationTips();
_lastPlanetId = 0;
_stationTipsRoot.SetActive(false);
_stationTipsRoot?.SetActive(false);
}
public static void OnDataLoaded()
@@ -1436,7 +1436,9 @@ public static class LogisticsPatch
}
barPositionChanged = true;
}
} else {
}
else
{
if (itemCount > itemLimit) itemCount = itemLimit;
}