Skip to content

Commit

Permalink
Remove obsolete CanExtract property
Browse files Browse the repository at this point in the history
  • Loading branch information
Majiir committed Aug 12, 2013
1 parent 1a26c43 commit b229f60
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Plugin/KethaneExtractorAnimatorLanded.cs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ public class KethaneExtractorAnimatorLanded : PartModule, IExtractorAnimator
public ExtractorState CurrentState { get; private set; }
public void Deploy() { CurrentState = ExtractorState.Deployed; }
public void Retract() { CurrentState = ExtractorState.Retracted; }
public bool CanExtract { get { return vessel.LandedOrSplashed; } }

public KethaneExtractorAnimatorLanded()
{
Expand Down

0 comments on commit b229f60

Please sign in to comment.