Skip to content

Commit

Permalink
Update Content.Shared/Medical/DefibrillatorComponent.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
slarticodefast authored Dec 20, 2024
1 parent 92cf2ac commit 9ef59b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Medical/DefibrillatorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public sealed partial class DefibrillatorComponent : Component
/// <summary>
/// Cooldown after using the defibrillator.
/// </summary>
[DataField("zapDelay")]
[DataField]
public TimeSpan ZapDelay = TimeSpan.FromSeconds(5);

/// <summary>
Expand Down

0 comments on commit 9ef59b1

Please sign in to comment.