diff --git a/Content.Shared/Interaction/SharedInteractionSystem.cs b/Content.Shared/Interaction/SharedInteractionSystem.cs index 09cfd1cde2..fd85fe034b 100644 --- a/Content.Shared/Interaction/SharedInteractionSystem.cs +++ b/Content.Shared/Interaction/SharedInteractionSystem.cs @@ -345,7 +345,7 @@ namespace Content.Shared.Interaction var bBox = p.GetWorldAABB(); - if (bBox.Contains(origin.Position) || bBox.Contains(other.Position)) + if (bBox.Contains(other.Position)) { continue; }