Skip to content

Commit

Permalink
Update Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs
Browse files Browse the repository at this point in the history
Co-authored-by: slarticodefast <[email protected]>
  • Loading branch information
MilenVolf and slarticodefast authored Nov 27, 2024
1 parent 5f4ad54 commit 9f85c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ private void OnBuckleInteractHand(Entity<BuckleComponent> ent, ref InteractHandE
var canUnbuckle = false;

if (ent.Comp.BuckledTo != null)
canUnbuckle = TryUnbuckle(ent!, args.User, popup: true);
args.Handled = TryUnbuckle(ent!, args.User, popup: true);

// TODO BUCKLE add out bool for whether a pop-up was generated or not.
if (canUnbuckle)
Expand Down

0 comments on commit 9f85c30

Please sign in to comment.