From b8441fc190527bb23c6137267edc27d00af0f5cd Mon Sep 17 00:00:00 2001
From: Mor-Dast <136860710+Mor-Dast@users.noreply.github.com>
Date: Sat, 21 Dec 2024 18:29:19 +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 99d499fd8d3..bcc56c28ab1 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.
///
///
- [DataField, AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
+ [AutoNetworkedField, ViewVariables(VVAccess.ReadWrite)]
public float ProjectileSpeedModified;
///