Telepad Label Fix (#39975)

Fixed telapad order labels showing wrong account
This commit is contained in:
DDDragoni
2025-09-04 04:17:52 -07:00
committed by GitHub
parent d7fd4cfb80
commit ed12c1d3f5

View File

@@ -105,7 +105,7 @@ public sealed partial class CargoSystem
}
var currentOrder = comp.CurrentOrders.First();
if (FulfillOrder(currentOrder, console.Value.Comp.Account, xform.Coordinates, comp.PrinterOutput))
if (FulfillOrder(currentOrder, currentOrder.Account, xform.Coordinates, comp.PrinterOutput))
{
_audio.PlayPvs(_audio.ResolveSound(comp.TeleportSound), uid, AudioParams.Default.WithVolume(-8f));