Skip to content

Commit

Permalink
Maybe fix RCS crash
Browse files Browse the repository at this point in the history
  • Loading branch information
ari-steas committed May 14, 2024
1 parent 20b7fe3 commit de94c60
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -684,7 +684,7 @@ private void check_thruster_control_changed()

if (!curThrusterInfo.is_RCS && !curThrusterInfo.override_cleared)
{
curThruster.Key.SetValueFloat("Override", 0.0f);
curThruster.Key.ThrustOverride = 0;
curThrusterInfo.override_cleared = changesMade = true;
}
}
Expand Down

0 comments on commit de94c60

Please sign in to comment.