Skip to content

Commit

Permalink
easy fix for #119
Browse files Browse the repository at this point in the history
  • Loading branch information
N3h3miah committed Feb 25, 2015
1 parent 3aef021 commit 522fd7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Plugin/NE Science/KEESExperiment.cs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ public class KEESExperiment : OMSExperiment
[KSPField(isPersistant = false)]
public int exposureTimeRequired;

private bool docked = false;
[KSPField(isPersistant = true)]
public bool docked = false;

private const string deployAnimation = "Deploy";

Expand Down

0 comments on commit 522fd7b

Please sign in to comment.