mirror of
https://github.com/soarqin/DSP_Mods.git
synced 2026-03-22 13:23:28 +08:00
code format
This commit is contained in:
@@ -399,7 +399,9 @@ public static class LogisticsPatch
|
||||
station = stationStorage.station;
|
||||
index = stationStorage.index;
|
||||
planetFactory = stationStorage.stationWindow?.factory;
|
||||
} else {
|
||||
}
|
||||
else
|
||||
{
|
||||
var controlPanelStationStorage = target.gameObject.GetComponentInParent<UIControlPanelStationStorage>();
|
||||
if (controlPanelStationStorage == null) continue;
|
||||
station = controlPanelStationStorage.station;
|
||||
|
||||
Reference in New Issue
Block a user