Remove hands component reference (#15197)
This commit is contained in:
@@ -189,7 +189,7 @@ public sealed partial class BuckleSystem
|
||||
}
|
||||
}
|
||||
|
||||
if (!HasComp<SharedHandsComponent>(user))
|
||||
if (!HasComp<HandsComponent>(user))
|
||||
{
|
||||
_popups.PopupEntity(Loc.GetString("buckle-component-no-hands-message"), user, user);
|
||||
return false;
|
||||
|
||||
Reference in New Issue
Block a user