Skip to content

Commit

Permalink
Update Content.Server/Salvage/Expeditions/SalvageExpeditionComponent.cs
Browse files Browse the repository at this point in the history
Co-authored-by: Pspritechologist <[email protected]>
  • Loading branch information
DEATHB4DEFEAT and Pspritechologist committed Oct 11, 2023
1 parent b408fe1 commit 408e788
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public sealed class SalvageExpeditionComponent : SharedSalvageExpeditionComponen
/// <summary>
/// Sound that plays when the mission end is imminent.
/// </summary>
[ViewVariables(VVAccess.ReadWrite), DataField("sound", customTypeSerializer: typeof(PrototypeIdSerializer<SoundCollectionPrototype>))]
[ViewVariables(VVAccess.ReadWrite), DataField("sound", customTypeSerializer: typeof(PrototypeIdSerializer<SoundCollectionPrototype>))] // Parkstation-ExpeditionMusic
public string Sound = "ExpeditionCountdownDefault"; // Parkstation-ExpeditionMusic

/// <summary>
Expand Down

0 comments on commit 408e788

Please sign in to comment.