diff --git a/Content.Shared/Actions/ActionContainerSystem.cs b/Content.Shared/Actions/ActionContainerSystem.cs index f7446ae1e6..27cd8dcce6 100644 --- a/Content.Shared/Actions/ActionContainerSystem.cs +++ b/Content.Shared/Actions/ActionContainerSystem.cs @@ -176,7 +176,7 @@ public sealed class ActionContainerSystem : EntitySystem { // TODO Actions // log an error or warning here once gibbing code is fixed. - QueueDel(uid); + QueueDel(args.Entity); } } } @@ -211,4 +211,4 @@ public readonly struct ActionRemovedEvent Action = action; Component = component; } -} \ No newline at end of file +}