Remove transform methods from mapgrid (#12233)
This commit is contained in:
@@ -295,7 +295,7 @@ public sealed class StationSystem : EntitySystem
|
||||
bounds.Add(bound);
|
||||
if (!mapIds.Contains(mapId))
|
||||
{
|
||||
mapIds.Add(grid.ParentMapId);
|
||||
mapIds.Add(xform.MapID);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user