feat: simplify station production
This commit is contained in:
@@ -565,7 +565,7 @@ public sealed partial class SimulationEngine
|
||||
station.MarketOrderIds.OrderBy(orderId => orderId, StringComparer.Ordinal).ToList());
|
||||
|
||||
private static IReadOnlyList<StationActionProgressSnapshot> ToStationActionProgressSnapshots(SimulationWorld world, StationRuntime station) =>
|
||||
GetStationProductionLanes(station)
|
||||
GetStationProductionLanes(world, station)
|
||||
.Select(laneKey =>
|
||||
{
|
||||
var recipe = SelectProductionRecipe(world, station, laneKey);
|
||||
|
||||
Reference in New Issue
Block a user