File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ internal class FlightPerf : BasePatch
1616 {
1717 protected override void ApplyPatches ( )
1818 {
19- AddPatch ( PatchType . Override , typeof ( FlightIntegrator ) , nameof ( FlightIntegrator . UpdateOcclusionSolar ) ) ;
20- AddPatch ( PatchType . Override , typeof ( FlightIntegrator ) , nameof ( FlightIntegrator . UpdateOcclusionBody ) ) ;
21- AddPatch ( PatchType . Override , typeof ( FlightIntegrator ) , nameof ( FlightIntegrator . UpdateMassStats ) ) ;
22- AddPatch ( PatchType . Override , typeof ( VesselPrecalculate ) , nameof ( VesselPrecalculate . CalculatePhysicsStats ) ) ;
19+ AddPatch ( PatchType . Prefix , typeof ( FlightIntegrator ) , nameof ( FlightIntegrator . UpdateOcclusionSolar ) ) ;
20+ AddPatch ( PatchType . Prefix , typeof ( FlightIntegrator ) , nameof ( FlightIntegrator . UpdateOcclusionBody ) ) ;
21+ AddPatch ( PatchType . Prefix , typeof ( FlightIntegrator ) , nameof ( FlightIntegrator . UpdateMassStats ) ) ;
22+ AddPatch ( PatchType . Prefix , typeof ( VesselPrecalculate ) , nameof ( VesselPrecalculate . CalculatePhysicsStats ) ) ;
2323
2424 // other offenders, in aero situations :
2525
You can’t perform that action at this time.
0 commit comments