Changed some function names on IMapGrid. (#212)

UnitTesting project is now filtered out of the code coverage.
This commit is contained in:
Pieter-Jan Briers
2019-04-29 12:52:47 +02:00
committed by GitHub
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;