This commit is contained in:
DrSmugleaf
2020-10-08 17:37:24 +02:00
committed by GitHub
parent b35fba18a1
commit a6647e8de1

View File

@@ -29,7 +29,7 @@ namespace Content.Shared.Maps
/// <summary> /// <summary>
/// Attempts to get the turf at map indices with grid id or null if no such turf is found. /// Attempts to get the turf at map indices with grid id or null if no such turf is found.
/// </summary> /// </summary>
public static TileRef? GetTileRef(this MapIndices mapIndices, GridId gridId, IMapManager mapManager = null) public static TileRef? GetTileRef(this MapIndices mapIndices, GridId gridId, IMapManager? mapManager = null)
{ {
if (!gridId.IsValid()) if (!gridId.IsValid())
return null; return null;