Skip to content

Commit

Permalink
thats a negatory.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbudda committed Mar 22, 2018
1 parent 9330226 commit 49b42df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion KerbalEngineer/Extensions/PartExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ public static double getCrewAdjustment(this Part part)

if (actualCrew < crew)
{
return PhysicsGlobals.KerbalCrewMass * (crew - actualCrew);
return -PhysicsGlobals.KerbalCrewMass * (crew - actualCrew);
}

}
Expand Down

0 comments on commit 49b42df

Please sign in to comment.