@@ -42,7 +42,6 @@ public static class MechJebProxy
4242 internal static FieldInfo f_Ascent_LimitAoA ;
4343 internal static FieldInfo f_Ascent_CorrectiveSteering ;
4444 internal static FieldInfo f_Ascent_AutoPath ;
45- internal static FieldInfo f_Ascent_Autostage ;
4645 internal static FieldInfo f_Landing_DeployGears ;
4746 internal static FieldInfo f_Landing_DeployChutes ;
4847 internal static FieldInfo f_Landing_UseRCS ;
@@ -58,7 +57,6 @@ public static class MechJebProxy
5857 internal static FieldInfo f_Thrust_DifferentialThrottle ;
5958 internal static FieldInfo f_Thrust_TransKillH ;
6059 internal static FieldInfo f_Node_Autowarp ;
61- internal static FieldInfo f_Staging_Autostage ;
6260 internal static FieldInfo f_Staging_DropSolids ;
6361 internal static FieldInfo f_Docking_ForceRoll ;
6462 internal static FieldInfo f_Docking_OverrideSafeDistance ;
@@ -150,7 +148,6 @@ private static void InitializeFieldInfoCache()
150148 f_Ascent_LimitAoA = typeof ( MechJebModuleAscentSettings ) . GetField ( nameof ( MechJebModuleAscentSettings . LimitAoA ) , BindingFlags . Public | BindingFlags . Instance ) ;
151149 f_Ascent_CorrectiveSteering = typeof ( MechJebModuleAscentSettings ) . GetField ( nameof ( MechJebModuleAscentSettings . CorrectiveSteering ) , BindingFlags . Public | BindingFlags . Instance ) ;
152150 f_Ascent_AutoPath = typeof ( MechJebModuleAscentSettings ) . GetField ( nameof ( MechJebModuleAscentSettings . AutoPath ) , BindingFlags . Public | BindingFlags . Instance ) ;
153- f_Ascent_Autostage = typeof ( MechJebModuleAscentSettings ) . GetField ( nameof ( MechJebModuleAscentSettings . Autostage ) , BindingFlags . Public | BindingFlags . Instance ) ;
154151 f_Landing_DeployGears = typeof ( MechJebModuleLandingAutopilot ) . GetField ( nameof ( MechJebModuleLandingAutopilot . DeployGears ) , BindingFlags . Public | BindingFlags . Instance ) ;
155152 f_Landing_DeployChutes = typeof ( MechJebModuleLandingAutopilot ) . GetField ( nameof ( MechJebModuleLandingAutopilot . DeployChutes ) , BindingFlags . Public | BindingFlags . Instance ) ;
156153 f_Landing_UseRCS = typeof ( MechJebModuleLandingAutopilot ) . GetField ( nameof ( MechJebModuleLandingAutopilot . RCSAdjustment ) , BindingFlags . Public | BindingFlags . Instance ) ;
@@ -165,8 +162,7 @@ private static void InitializeFieldInfoCache()
165162 f_Thrust_ManageIntakes = typeof ( MechJebModuleThrustController ) . GetField ( nameof ( MechJebModuleThrustController . ManageIntakes ) , BindingFlags . Public | BindingFlags . Instance ) ;
166163 f_Thrust_DifferentialThrottle = typeof ( MechJebModuleThrustController ) . GetField ( nameof ( MechJebModuleThrustController . DifferentialThrottle ) , BindingFlags . Public | BindingFlags . Instance ) ;
167164 f_Thrust_TransKillH = typeof ( MechJebModuleThrustController ) . GetField ( nameof ( MechJebModuleThrustController . TransKillH ) , BindingFlags . Public | BindingFlags . Instance ) ;
168- f_Node_Autowarp = typeof ( MechJebModuleNodeExecutor ) . GetField ( nameof ( MechJebModuleNodeExecutor . Autowarp ) , BindingFlags . Public | BindingFlags . Instance ) ;
169- f_Staging_Autostage = typeof ( MechJebModuleStagingController ) . GetField ( "autostage" , BindingFlags . Public | BindingFlags . Instance ) ;
165+ f_Node_Autowarp = typeof ( MechJebModuleNodeExecutor ) . GetField ( nameof ( MechJebModuleNodeExecutor . Autowarp ) , BindingFlags . Public | BindingFlags . Instance ) ;
170166 f_Staging_DropSolids = typeof ( MechJebModuleStagingController ) . GetField ( nameof ( MechJebModuleStagingController . DropSolids ) , BindingFlags . Public | BindingFlags . Instance ) ;
171167 f_Docking_ForceRoll = typeof ( MechJebModuleDockingAutopilot ) . GetField ( nameof ( MechJebModuleDockingAutopilot . forceRol ) , BindingFlags . Public | BindingFlags . Instance ) ;
172168 f_Docking_OverrideSafeDistance = typeof ( MechJebModuleDockingAutopilot ) . GetField ( nameof ( MechJebModuleDockingAutopilot . overrideSafeDistance ) , BindingFlags . Public | BindingFlags . Instance ) ;
0 commit comments