From a6647e8de1cb23e7004741a91b201b3773aa726b Mon Sep 17 00:00:00 2001 From: DrSmugleaf Date: Thu, 8 Oct 2020 17:37:24 +0200 Subject: [PATCH] Save Zum (#2191) --- Content.Shared/Maps/TurfHelpers.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Shared/Maps/TurfHelpers.cs b/Content.Shared/Maps/TurfHelpers.cs index c35bfce426..9d612bb691 100644 --- a/Content.Shared/Maps/TurfHelpers.cs +++ b/Content.Shared/Maps/TurfHelpers.cs @@ -29,7 +29,7 @@ namespace Content.Shared.Maps /// /// Attempts to get the turf at map indices with grid id or null if no such turf is found. /// - 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()) return null;