Skip to content

Commit

Permalink
a typo
Browse files Browse the repository at this point in the history
Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
  • Loading branch information
lamont-granquist committed Dec 16, 2018
1 parent e0c3cc5 commit b3d76dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MechJeb2/MechJebModuleSettings.cs
Expand Up @@ -29,7 +29,7 @@ public MechJebModuleSettings(MechJebCore core) : base(core)
[ToggleInfoItem("Use only the titlebar for window dragging", InfoItem.Category.Misc), Persistent(pass = (int)Pass.Global)]
public bool useTitlebarDragging = false;

[ToggleInfoItem("Module disabling does not kill throtle (RSS/RO)", InfoItem.Category.Misc), Persistent(pass = (int)Pass.Global)]
[ToggleInfoItem("Module disabling does not kill throttle (RSS/RO)", InfoItem.Category.Misc), Persistent(pass = (int)Pass.Global)]
public bool rssMode = false;

public override void OnLoad(ConfigNode local, ConfigNode type, ConfigNode global)
Expand Down

0 comments on commit b3d76dc

Please sign in to comment.