Content side for removing IMap / IMapGrid comps (#12357)
This commit is contained in:
@@ -511,7 +511,7 @@ namespace Content.Server.Disposal.Unit.EntitySystems
|
||||
}
|
||||
|
||||
var xform = Transform(component.Owner);
|
||||
if (!TryComp(xform.GridUid, out IMapGridComponent? grid))
|
||||
if (!TryComp(xform.GridUid, out MapGridComponent? grid))
|
||||
return false;
|
||||
|
||||
var coords = xform.Coordinates;
|
||||
|
||||
Reference in New Issue
Block a user