Skip to content

Commit

Permalink
Merge branch 'release/1.4.4'
Browse files Browse the repository at this point in the history
  • Loading branch information
dbent committed Oct 12, 2016
2 parents 5ae3eeb + 88df2bb commit 2d15578
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## v1.4.4
##### Fixed
- Fixed automatic detection of SPH for setting default control mode.

## v1.4.3
##### Changed
- Compatability with KSP 1.2.
Expand Down
2 changes: 1 addition & 1 deletion src/PlaneMode/ModulePlaneMode.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public sealed class ModulePlaneMode : PartModule
{
private const string ControlModeNodeKey = "controlMode";

public ControlMode ControlMode { get; private set; } = ControlMode.Rocket;
public ControlMode ControlMode { get; private set; }

[KSPField(guiActive = true, guiActiveEditor = true, guiName = "Control Mode", isPersistant = true)]
[UI_Cycle(
Expand Down

0 comments on commit 2d15578

Please sign in to comment.