From 7c98e9164fd1d244babfe66431e9789156d48ad4 Mon Sep 17 00:00:00 2001 From: plykiya Date: Thu, 11 Jul 2024 23:25:52 -0700 Subject: [PATCH] Update MapScreen.xaml.cs --- Content.Client/Shuttles/UI/MapScreen.xaml.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Content.Client/Shuttles/UI/MapScreen.xaml.cs b/Content.Client/Shuttles/UI/MapScreen.xaml.cs index 489dbc8c90c8..0d7df38b9127 100644 --- a/Content.Client/Shuttles/UI/MapScreen.xaml.cs +++ b/Content.Client/Shuttles/UI/MapScreen.xaml.cs @@ -311,7 +311,7 @@ private void RebuildMapObjects() }; _mapHeadings.Add(mapComp.MapId, gridContents); - foreach (var grid in _mapManager.GetAllMapGrids(mapComp.MapId)) + foreach (var grid in _mapManager.GetAllGrids(mapComp.MapId)) { _entManager.TryGetComponent(grid.Owner, out IFFComponent? iffComp);