We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b443e7d commit e48997bCopy full SHA for e48997b
1 file changed
MechJebRPM/MechJebRPM.cs
@@ -275,9 +275,9 @@ private void SetSmartASSAuto()
275
SetSmartASSTarget(MechJebModuleSmartASS.Target.AUTO);
276
}
277
278
- private void SetSmartASSTarget(int target, TextMenu.Item item)
+ private void SetSmartASSTarget(int itemIndex, TextMenu.Item item)
279
{
280
- SetSmartASSTarget((MechJebModuleSmartASS.Target)target);
+ SetSmartASSTarget((MechJebModuleSmartASS.Target)item.id);
281
282
283
private void SetSmartASSTarget(MechJebModuleSmartASS.Target target)
0 commit comments