diff --git a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs index 982b8c1345..7e578657eb 100644 --- a/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs +++ b/Content.Shared/Weapons/Ranged/Systems/SharedGunSystem.cs @@ -567,7 +567,7 @@ public abstract partial class SharedGunSystem : EntitySystem DirtyField(gun, nameof(GunComponent.AngleDecayModified)); } - if (!comp.MaxAngleModified.EqualsApprox(ev.MinAngle)) + if (!comp.MaxAngleModified.EqualsApprox(ev.MaxAngle)) { comp.MaxAngleModified = ev.MaxAngle; DirtyField(gun, nameof(GunComponent.MaxAngleModified));