diff --git a/Content.Server/GameObjects/EntitySystems/ConstructionSystem.cs b/Content.Server/GameObjects/EntitySystems/ConstructionSystem.cs index 971a8bf58a..82490e89ad 100644 --- a/Content.Server/GameObjects/EntitySystems/ConstructionSystem.cs +++ b/Content.Server/GameObjects/EntitySystems/ConstructionSystem.cs @@ -461,9 +461,9 @@ namespace Content.Server.GameObjects.EntitySystems return false; } if (matStep.Material == ConstructionStepMaterial.MaterialType.Cable) - sound.PlayAtCoords("/Audio/items/zip.ogg", gridCoords); + sound.PlayAtCoords("/Audio/Items/zip.ogg", gridCoords); else - sound.PlayAtCoords("/Audio/items/deconstruct.ogg", gridCoords); + sound.PlayAtCoords("/Audio/Items/deconstruct.ogg", gridCoords); return true; case ConstructionStepTool toolStep: if (!slapped.TryGetComponent(out var tool))