diff --git a/Content.Server/Procedural/DungeonSystem.cs b/Content.Server/Procedural/DungeonSystem.cs index 7dabc23943..00a06ac754 100644 --- a/Content.Server/Procedural/DungeonSystem.cs +++ b/Content.Server/Procedural/DungeonSystem.cs @@ -150,6 +150,7 @@ public sealed partial class DungeonSystem : EntitySystem } var mapId = _mapManager.CreateMap(); + _mapManager.AddUninitializedMap(mapId); _loader.Load(mapId, proto.AtlasPath.ToString()); var mapUid = _mapManager.GetMapEntityId(mapId); _mapManager.SetMapPaused(mapId, true);