Remove hands component reference (#15197)
This commit is contained in:
@@ -125,7 +125,7 @@ namespace Content.Shared.Stacks
|
||||
EntityUid item,
|
||||
EntityUid user,
|
||||
StackComponent? itemStack = null,
|
||||
SharedHandsComponent? hands = null)
|
||||
HandsComponent? hands = null)
|
||||
{
|
||||
if (!Resolve(user, ref hands, false))
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user