mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-16 01:09:38 -06:00
fixes #64; try to recall locomotive vs straight to null, only toggle to null if no prior.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user