diff --git a/Content.Shared/Cuffs/SharedCuffableSystem.cs b/Content.Shared/Cuffs/SharedCuffableSystem.cs index 822f23f9d6..da67a118e3 100644 --- a/Content.Shared/Cuffs/SharedCuffableSystem.cs +++ b/Content.Shared/Cuffs/SharedCuffableSystem.cs @@ -268,7 +268,7 @@ namespace Content.Shared.Cuffs if (!args.HitEntities.Any()) return; - TryCuffing(uid, args.User, args.HitEntities.First(), component); + TryCuffing(args.User, args.HitEntities.First(), uid, component); args.Handled = true; }