Nullable grid Uid (#8798)
This commit is contained in:
@@ -15,7 +15,7 @@ namespace Content.Server.Coordinates.Helpers
|
||||
{
|
||||
IoCManager.Resolve(ref entMan, ref mapManager);
|
||||
|
||||
var gridId = coordinates.GetGridEntityId(entMan);
|
||||
var gridId = coordinates.GetGridId(entMan);
|
||||
|
||||
var tileSize = 1f;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user