diff --git a/Content.Shared/MouseRotator/MouseRotatorComponent.cs b/Content.Shared/MouseRotator/MouseRotatorComponent.cs index a35dfe0a28..d5ee5d8306 100644 --- a/Content.Shared/MouseRotator/MouseRotatorComponent.cs +++ b/Content.Shared/MouseRotator/MouseRotatorComponent.cs @@ -38,7 +38,7 @@ public sealed partial class MouseRotatorComponent : Component /// like turrets or ship guns, which have finer range of movement. /// [DataField, AutoNetworkedField] - public bool Simple4DirMode = true; + public bool Simple4DirMode; // WD EDIT } ///