fixes #64; try to recall locomotive vs straight to null, only toggle to null if no prior.

This commit is contained in:
2025-08-24 17:35:18 -05:00
parent fa7e7dfcd2
commit 22c6fb8e5e

View File

@@ -206,7 +206,7 @@ internal class AutoEngineerWaypointControls_ConfigureOptionsDropdown_Patch
o.Dispose();
}
var loco = TrainController.Shared.SelectedLocomotive;
TrainController.Shared.SelectedCar = null;
if (!TrainController.Shared.SelectRecall()) TrainController.Shared.SelectedCar = null;
_keyChangeObservers.Clear();
recalcing = true;
new WaitForSeconds(0.25f);