Skip to content

Commit

Permalink
Update BuckleSystem.cs
Browse files Browse the repository at this point in the history
whateverusername0 authored and deltanedas committed Dec 27, 2024
1 parent e6edaff commit db1edbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Client/Buckle/BuckleSystem.cs
Original file line number Diff line number Diff line change
@@ -65,7 +65,7 @@ private void OnAppearanceChange(EntityUid uid, BuckleComponent component, ref Ap
!buckled ||
args.Sprite == null)
{
//_rotationVisualizerSystem.SetHorizontalAngle((uid, rotVisuals), rotVisuals.DefaultRotation);
//_rotationVisualizerSystem.SetHorizontalAngle((uid, rotVisuals), rotVisuals.DefaultRotation); // WD EDIT
return;
}

0 comments on commit db1edbd

Please sign in to comment.