Skip to content

Commit

Permalink
Fixes bug introduced by last commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
fingerboxes committed May 2, 2015
1 parent fc485f6 commit 3133267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Source/CrewQueueRoster.cs
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,7 @@ public static void SetLastMissionData(this ProtoCrewMember kerbal, double newMis
{
CrewQueueRoster.Instance.GetExtForKerbal(kerbal).LastMissionDuration = newMissionDuration;
CrewQueueRoster.Instance.GetExtForKerbal(kerbal).LastMissionEndTime = currentTime;
GamePersistence.SaveGame("persistent", HighLogic.SaveFolder, SaveMode.OVERWRITE);
}

public static double GetLastMissionDuration(this ProtoCrewMember kerbal)
Expand Down

0 comments on commit 3133267

Please sign in to comment.