Skip to content

Commit

Permalink
Fix Unbuckle user to event user
Browse files Browse the repository at this point in the history
  • Loading branch information
whatston3 committed Sep 14, 2024
1 parent 7157615 commit 636b61d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ private void OnMechGrab(EntityUid uid, MechGrabberComponent component, DoAfterEv
{
foreach (var buckleUid in strapComp.BuckledEntities)
{
_buckle.Unbuckle(buckleUid, args.Args.Target);
_buckle.Unbuckle(buckleUid, args.Args.User);
}
}
// End Frontier
Expand Down

0 comments on commit 636b61d

Please sign in to comment.