Skip to content

Commit

Permalink
Update Robust.Shared/GameObjects/Systems/SharedTransformSystem.Compon…
Browse files Browse the repository at this point in the history
…ent.cs
  • Loading branch information
metalgearsloth authored Apr 24, 2024
1 parent ca31439 commit b919de6
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,6 @@ public void SetMapCoordinates(EntityUid entity, MapCoordinates coordinates)
SetMapCoordinates((entity, xform), coordinates);
}

[MethodImpl(MethodImplOptions.AggressiveInlining)]
public void SetMapCoordinates(Entity<TransformComponent> entity, MapCoordinates coordinates)
{
var mapUid = _map.GetMap(coordinates.MapId);
Expand Down

0 comments on commit b919de6

Please sign in to comment.