Skip to content

Commit

Permalink
one more
Browse files Browse the repository at this point in the history
  • Loading branch information
themias committed Jul 25, 2024
1 parent 2550588 commit 3438458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Content.Server/Weapons/Melee/MeleeWeaponSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ protected override bool DoDisarm(EntityUid user, DisarmAttackEvent ev, EntityUid
inTargetHand = targetHandsComponent.ActiveHand.HeldEntity!.Value;
}

Interaction.DoContactInteraction(user, target, handContact: true);
Interaction.DoContactInteraction(user, target);

var attemptEvent = new DisarmAttemptEvent(target, user, inTargetHand);

Expand Down

0 comments on commit 3438458

Please sign in to comment.