Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Server.Coordinates.Helpers
|
||||
{
|
||||
IoCManager.Resolve(ref entMan, ref mapManager);
|
||||
|
||||
var gridId = coordinates.GetGridId(entMan);
|
||||
var gridId = coordinates.GetGridEntityId(entMan);
|
||||
|
||||
var tileSize = 1f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user