Fix handcuffs in fight mode (#14716)
This commit is contained in:
@@ -268,7 +268,7 @@ namespace Content.Shared.Cuffs
|
|||||||
if (!args.HitEntities.Any())
|
if (!args.HitEntities.Any())
|
||||||
return;
|
return;
|
||||||
|
|
||||||
TryCuffing(uid, args.User, args.HitEntities.First(), component);
|
TryCuffing(args.User, args.HitEntities.First(), uid, component);
|
||||||
args.Handled = true;
|
args.Handled = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user