Skip to content

Commit 633ddcf

Browse files
Fix access
1 parent 0663a9b commit 633ddcf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Robust.Shared/GameObjects/Systems/SharedMapSystem.Grid.Queries.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ public IEnumerable<MapGridComponent> GetAllMapGrids(MapId mapId)
457457
/// <param name="shape">The shape of the region to check.</param>
458458
/// <param name="worldAABB">The world-local axis aligned bounding box of the region to check.</param>
459459
/// <param name="transform">The transform, relative to the map, of the region to check.</param>
460-
[Access(typeof(IMapManager), Other = AccessPermissions.None)]
460+
[Access(typeof(MapManager), Other = AccessPermissions.None)]
461461
public void FindGridsIntersecting<TShape>(
462462
EntityUid mapEnt,
463463
TShape shape,

0 commit comments

Comments
 (0)