Telepad Label Fix (#39975)
Fixed telapad order labels showing wrong account
This commit is contained in:
@@ -105,7 +105,7 @@ public sealed partial class CargoSystem
|
|||||||
}
|
}
|
||||||
|
|
||||||
var currentOrder = comp.CurrentOrders.First();
|
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));
|
_audio.PlayPvs(_audio.ResolveSound(comp.TeleportSound), uid, AudioParams.Default.WithVolume(-8f));
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user