mirror of
https://github.com/space-wizards/space-station-14.git
synced 2026-02-15 03:31:30 +01:00
Content mapmanager query changes (#16894)
This commit is contained in:
@@ -689,7 +689,7 @@ namespace Content.Shared.Interaction
|
||||
ignoreAnchored = angleDelta < wallMount.Arc / 2 || Math.Tau - angleDelta < wallMount.Arc / 2;
|
||||
}
|
||||
|
||||
if (ignoreAnchored && _mapManager.TryFindGridAt(targetCoords, out var grid))
|
||||
if (ignoreAnchored && _mapManager.TryFindGridAt(targetCoords, out _, out var grid))
|
||||
ignored.UnionWith(grid.GetAnchoredEntities(targetCoords));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user