Skip to content

Commit

Permalink
Fixed Headings in Settings Menu
Browse files Browse the repository at this point in the history
  • Loading branch information
severedsolo committed May 21, 2017
1 parent fe1c0d5 commit 8dbd9b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions UPFM/Untitled Part Failure Mod/UPFMSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ namespace Untitled_Part_Failure_Mod
{
class UPFMSettings : GameParameters.CustomParameterNode
{
public override string Title { get { return "UPFM Options"; } }
public override string Title { get { return "Allowed Failures"; } }
public override GameParameters.GameMode GameMode { get { return GameParameters.GameMode.ANY; } }
public override string Section { get { return "Allowed Failures"; } }
public override string Section { get { return "UPFM Options"; } }
public override int SectionOrder { get { return 1; } }
public override bool HasPresets { get { return false; } }
public bool autoPersistance = true;
Expand Down

0 comments on commit 8dbd9b7

Please sign in to comment.