diff --git a/Content.Server/Construction/ConstructionSystem.Initial.cs b/Content.Server/Construction/ConstructionSystem.Initial.cs index 282cc97a9a..df2692eccd 100644 --- a/Content.Server/Construction/ConstructionSystem.Initial.cs +++ b/Content.Server/Construction/ConstructionSystem.Initial.cs @@ -77,7 +77,7 @@ namespace Content.Server.Construction } } - foreach (var near in IoCManager.Resolve().GetEntitiesInRange(user!, 2f, LookupFlags.Approximate | LookupFlags.IncludeAnchored)) + foreach (var near in IoCManager.Resolve().GetEntitiesInRange(user!, 2f, LookupFlags.Approximate)) { yield return near; }