Two small bugfixes (#8285)

This commit is contained in:
Rane
2022-05-19 11:29:02 -04:00
committed by GitHub
parent 870a99e18d
commit 1f47d65c91
2 changed files with 4 additions and 2 deletions

View File

@@ -34,7 +34,6 @@ namespace Content.Server.Hands.Systems
if (TryComp(hand.HeldEntity, out HandVirtualItemComponent? virt) && virt.BlockingEntity == matching)
{
Delete(virt, user);
return;
}
}
}