diff --git a/Assembly.version b/Assembly.version index 44c2825..691d1be 100644 --- a/Assembly.version +++ b/Assembly.version @@ -2,6 +2,6 @@ 1 2 - 5 + 6 \ No newline at end of file diff --git a/TweaksAndThings/Patches/CarPickable_HandleShowContextMenu_Patch.cs b/TweaksAndThings/Patches/CarPickable_HandleShowContextMenu_Patch.cs index 3a15345..5ceff11 100644 --- a/TweaksAndThings/Patches/CarPickable_HandleShowContextMenu_Patch.cs +++ b/TweaksAndThings/Patches/CarPickable_HandleShowContextMenu_Patch.cs @@ -43,7 +43,7 @@ internal class CarPickable_HandleShowContextMenu_Patch }); } - shared.AddButton(ContextMenuQuadrant.Unused2, $"Follow", SpriteName.Inspect, delegate + shared.AddButton(ContextMenuQuadrant.General, $"Follow", SpriteName.Inspect, delegate { CameraSelector.shared.FollowCar(car); });