Remove Explicit GridId References (#8315)
Co-authored-by: metalgearsloth <comedian_vs_clown@hotmail.com>
This commit is contained in:
@@ -34,7 +34,7 @@ namespace Content.Server.Disposal.Unit.EntitySystems
|
||||
// *This is on purpose.*
|
||||
|
||||
DisposalUnitComponent? duc = null;
|
||||
if (_mapManager.TryGetGrid(holderTransform.GridID, out var grid))
|
||||
if (_mapManager.TryGetGrid(holderTransform.GridEntityId, out var grid))
|
||||
{
|
||||
foreach (var contentUid in grid.GetLocal(holderTransform.Coordinates))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user