Allow cargo request computers to send orders to the primary account

  • CargoOrderConsoleComponent#SlipPrinter has been replaced with CargoOrderConsoleComponent#Mode that specifies console behavior. Specify DirectOrder for false, PrintSlip for true, or SendToPrimary to match existing non-Cargo request computers and use the new behaviour.
  • CargoSystem#GetOutstandingOrderCount is no longer static and expects to be passed an Entity<StationCargoOrderDatabaseComponent> and not just the plain component.