cargo console radio messages on approving (#27038)
* 1 * void --> "Unknown"
This commit is contained in:
@@ -154,7 +154,7 @@ public sealed partial class CargoSystem
|
||||
// We won't be able to fit the whole order on, so make one
|
||||
// which represents the space we do have left:
|
||||
var reducedOrder = new CargoOrderData(order.OrderId,
|
||||
order.ProductId, order.Price, spaceRemaining, order.Requester, order.Reason);
|
||||
order.ProductId, order.ProductName, order.Price, spaceRemaining, order.Requester, order.Reason);
|
||||
orders.Add(reducedOrder);
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user