Revert "Fix bug with pipe color" (#39135)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
using Content.Shared.Atmos.Components;
|
||||
using Content.Shared.Atmos.EntitySystems;
|
||||
using Content.Server.Atmos.Piping.Components;
|
||||
using Content.Server.Atmos.Piping.EntitySystems;
|
||||
using Content.Server.Charges;
|
||||
using Content.Server.Decals;
|
||||
using Content.Server.Destructible;
|
||||
@@ -147,7 +147,7 @@ public sealed class SprayPainterSystem : SharedSprayPainterSystem
|
||||
return;
|
||||
|
||||
Audio.PlayPvs(ent.Comp.SpraySound, ent);
|
||||
_pipeColor.SetColor((target, color), args.Color);
|
||||
_pipeColor.SetColor(target, color, args.Color);
|
||||
|
||||
args.Handled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user