Skip to content

Commit

Permalink
fix: rotat on harm
Browse files Browse the repository at this point in the history
  • Loading branch information
Spatison committed Aug 27, 2024
1 parent 0892c83 commit f18e2d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/MouseRotator/MouseRotatorComponent.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public sealed partial class MouseRotatorComponent : Component
/// like turrets or ship guns, which have finer range of movement.
/// </summary>
[DataField, AutoNetworkedField]
public bool Simple4DirMode = true;
public bool Simple4DirMode; // WD EDIT
}

/// <summary>
Expand Down

0 comments on commit f18e2d4

Please sign in to comment.