Skip to content

Commit

Permalink
:trollface:
Browse files Browse the repository at this point in the history
  • Loading branch information
deltanedas committed Mar 4, 2025
1 parent ab5ddab commit 2039beb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public override void Initialize()

private void OnEntityRemovedFromContainer(Entity<HandPlaceholderRemoveableComponent> ent, ref EntGotRemovedFromContainerMessage args)
{
if (!TerminatingOrDeleted(ent))
if (!TerminatingOrDeleted(args.Container.Owner))
SpawnAndPickUpPlaceholder(ent, args.Container);
RemCompDeferred<HandPlaceholderRemoveableComponent>(ent);
}
Expand Down

0 comments on commit 2039beb

Please sign in to comment.