File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,10 @@ internal class FlightPerf : BasePatch
16
16
{
17
17
protected override void ApplyPatches ( )
18
18
{
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 ) ) ;
23
23
24
24
// other offenders, in aero situations :
25
25
You can’t perform that action at this time.
0 commit comments