Skip to content

Commit

Permalink
make "prefer harder beatmaps" option true by default
Browse files Browse the repository at this point in the history
  • Loading branch information
tmokmss committed May 31, 2018
1 parent 8ae9839 commit e643ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Osu2Saber/Model/Osu2BsConverter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ public static string WorkDir
}
public static double MinimumDifficulty { set; get; } = 0;
public static double MaximumDifficulty { set; get; } = 10;
public static bool PreferHarder { set; get; }
public static bool PreferHarder { set; get; } = true;

const string InfoFileName = "info.json";
const int MaxNumOfBeatmap = 5;
Expand Down

0 comments on commit e643ff4

Please sign in to comment.