Remove transform methods from mapgrid (#12233)
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Content.Server.Atmos.EntitySystems
|
||||
return true;
|
||||
|
||||
var mapGrid = mapGridComp.Grid;
|
||||
var mapUid = _mapManager.GetMapEntityIdOrThrow(mapGridComp.Grid.ParentMapId);
|
||||
var mapUid = _mapManager.GetMapEntityIdOrThrow(Transform(mapGridComp.Owner).MapID);
|
||||
|
||||
var volume = GetVolumeForTiles(mapGrid, 1);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user