Skip to content

Commit

Permalink
silly.
Browse files Browse the repository at this point in the history
  • Loading branch information
sleepyyapril committed Dec 19, 2024
1 parent 846f51a commit 737d1bb
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Content.Shared/Wieldable/WieldableSystem.cs
Original file line number Diff line number Diff line change
Expand Up @@ -240,10 +240,11 @@ public bool TryWield(EntityUid used, WieldableComponent component, EntityUid use
continue;
}

foreach (var existingVirtual in virtuals)
QueueDel(existingVirtual);
foreach (var existingVirtual in virtuals)
QueueDel(existingVirtual);

return false;
return false;
}
}

if (TryComp(used, out UseDelayComponent? useDelay)
Expand Down

0 comments on commit 737d1bb

Please sign in to comment.