From 408e7885189176580a853adad3de1f94ff13c73e Mon Sep 17 00:00:00 2001
From: DEATHB4DEFEAT <77995199+DEATHB4DEFEAT@users.noreply.github.com>
Date: Tue, 10 Oct 2023 17:24:45 -0700
Subject: [PATCH] Update
Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
Co-authored-by: Pspritechologist <81725545+Pspritechologist@users.noreply.github.com>
---
.../Salvage/Expeditions/SalvageExpeditionComponent.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs b/Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
index f3d4fab6fb..60e8ae3185 100644
--- a/Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
+++ b/Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
@@ -45,7 +45,7 @@ public sealed class SalvageExpeditionComponent : SharedSalvageExpeditionComponen
///
/// Sound that plays when the mission end is imminent.
///
- [ViewVariables(VVAccess.ReadWrite), DataField("sound", customTypeSerializer: typeof(PrototypeIdSerializer))]
+ [ViewVariables(VVAccess.ReadWrite), DataField("sound", customTypeSerializer: typeof(PrototypeIdSerializer))] // Parkstation-ExpeditionMusic
public string Sound = "ExpeditionCountdownDefault"; // Parkstation-ExpeditionMusic
///