mirror of
https://github.com/rmroc451/TweaksAndThings.git
synced 2025-12-18 02:09:37 -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();
|
o.Dispose();
|
||||||
}
|
}
|
||||||
var loco = TrainController.Shared.SelectedLocomotive;
|
var loco = TrainController.Shared.SelectedLocomotive;
|
||||||
TrainController.Shared.SelectedCar = null;
|
if (!TrainController.Shared.SelectRecall()) TrainController.Shared.SelectedCar = null;
|
||||||
_keyChangeObservers.Clear();
|
_keyChangeObservers.Clear();
|
||||||
recalcing = true;
|
recalcing = true;
|
||||||
new WaitForSeconds(0.25f);
|
new WaitForSeconds(0.25f);
|
||||||
|
|||||||
Reference in New Issue
Block a user