Two small bugfixes (#8285)
This commit is contained in:
@@ -34,7 +34,6 @@ namespace Content.Server.Hands.Systems
|
||||
if (TryComp(hand.HeldEntity, out HandVirtualItemComponent? virt) && virt.BlockingEntity == matching)
|
||||
{
|
||||
Delete(virt, user);
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user