diff --git a/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs b/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs index 9bdb7ace411f..45891b2aac61 100644 --- a/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs +++ b/Content.Shared/Buckle/SharedBuckleSystem.Interaction.cs @@ -117,7 +117,7 @@ private void OnBuckleInteractHand(Entity 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)