From f18e2d4998b701922164f3442e1dbaaa071e0d42 Mon Sep 17 00:00:00 2001 From: Spatison <137375981+Spatison@users.noreply.github.com> Date: Tue, 27 Aug 2024 20:10:28 +0300 Subject: [PATCH] fix: rotat on harm --- Content.Shared/MouseRotator/MouseRotatorComponent.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ///