File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,8 +67,8 @@ function NativeHumanAI:Update(Owner)
67
67
68
68
-- Our jetpack might have thrust balancing enabled, so update for our current mass
69
69
if Owner .Jetpack then
70
- Members .jetImpulseFactor = Owner .Jetpack :EstimateImpulse (false ) * GetPPM () / TimerMan .DeltaTimeSecs ;
71
- Members .jetBurstFactor = (Owner .Jetpack :EstimateImpulse (true ) * GetPPM () / TimerMan .DeltaTimeSecs - Members .jetImpulseFactor ) * math.pow (TimerMan .DeltaTimeSecs , 2 ) * 0.5 ;
70
+ self .jetImpulseFactor = Owner .Jetpack :EstimateImpulse (false ) * GetPPM () / TimerMan .DeltaTimeSecs ;
71
+ self .jetBurstFactor = (Owner .Jetpack :EstimateImpulse (true ) * GetPPM () / TimerMan .DeltaTimeSecs - self .jetImpulseFactor ) * math.pow (TimerMan .DeltaTimeSecs , 2 ) * 0.5 ;
72
72
end
73
73
74
74
if self .isPlayerOwned then
You can’t perform that action at this time.
0 commit comments