Changed some function names on IMapGrid.

UnitTesting project is now filtered out of the code coverage.
This commit is contained in:
Acruid
2019-04-28 22:08:27 -07:00
parent b16768fd0b
commit 25b50ebb27
4 changed files with 7 additions and 5 deletions

View File

@@ -191,7 +191,7 @@ namespace Content.Server.GameObjects.EntitySystems
{
// Step one: figure out sound collection prototype.
var grid = _mapManager.GetGrid(coordinates.GridID);
var tile = grid.GetTile(coordinates);
var tile = grid.GetTileRef(coordinates);
// If the coordinates have a catwalk, it's always catwalk.
string soundCollectionName;