Skip to content

Commit

Permalink
Update SharedVirtualItemSystem.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
VMSolidus committed Oct 20, 2024
1 parent 74cf388 commit 7c06163
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ public bool TrySpawnVirtualItemInHand(EntityUid blockingEnt, EntityUid user, [No
{
if (hand.HeldEntity is not { } held
|| held == blockingEnt
|| HasComp<VirtualItemComponent>(held))
|| HasComp<VirtualItemComponent>(held)
|| !_handsSystem.TryDrop(user, hand))
continue;

Expand Down

0 comments on commit 7c06163

Please sign in to comment.