From cd1ad0dc1d7a5b59414458182e3ffb36cc834ced Mon Sep 17 00:00:00 2001
From: Mor-Dast <136860710+Mor-Dast@users.noreply.github.com>
Date: Sat, 21 Dec 2024 18:41:38 +0300
Subject: [PATCH] Update GunComponent.cs
---
Content.Shared/Weapons/Ranged/Components/GunComponent.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs
index bcc56c28ab1..99d499fd8d3 100644
--- a/Content.Shared/Weapons/Ranged/Components/GunComponent.cs
+++ b/Content.Shared/Weapons/Ranged/Components/GunComponent.cs
@@ -218,7 +218,7 @@ public sealed partial class GunComponent : Component
/// How fast the projectile moves.
///
///
- [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
+ [DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public float ProjectileSpeedModified;
///