Update RCDSystem.cs to not use Component.Owner (#29940)
Update RCDSystem.cs Co-authored-by: plykiya <plykiya@protonmail.com>
This commit is contained in:
parent
3533be7b3a
commit
6a18ab1fcb
|
|
@ -572,8 +572,6 @@ public class RCDSystem : EntitySystem
|
|||
return false;
|
||||
}
|
||||
|
||||
gridUid = mapGrid.Owner;
|
||||
|
||||
var tile = _mapSystem.GetTileRef(gridUid.Value, mapGrid, location);
|
||||
var position = _mapSystem.TileIndicesFor(gridUid.Value, mapGrid, location);
|
||||
mapGridData = new MapGridData(gridUid.Value, mapGrid, location, tile, position);
|
||||
|
|
|
|||
Loading…
Reference in New Issue