From bce1d8bd589705c37ab6aa4c09cfc31ad872515f Mon Sep 17 00:00:00 2001 From: RMROC451 Date: Sat, 8 Mar 2025 21:17:29 -0600 Subject: [PATCH] fixing issues with build angles on context menu for select/deselect on consists without an engine --- Assembly.version | 2 +- .../Patches/CarPickable_HandleShowContextMenu_Patch.cs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); });