Skip to content

Commit

Permalink
Merge pull request #3640 from Markersx/patch-1
Browse files Browse the repository at this point in the history
Set some recycling settings to true by default.
  • Loading branch information
GrimmGringo committed Aug 9, 2016
2 parents 293b577 + 8b5f9e3 commit dc2acae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ public class GlobalSettings
//console options
[DefaultValue(10)]
public int AmountOfPokemonToDisplayOnStart;
[DefaultValue(false)]
[DefaultValue(true)]
public bool DetailedCountsBeforeRecycling;

[DefaultValue(3)]
Expand Down Expand Up @@ -338,7 +338,7 @@ public class GlobalSettings
[DefaultValue("GPXPath.GPX")]
public string GpxFile;
//recycle
[DefaultValue(false)]
[DefaultValue(true)]
public bool VerboseRecycling;
[DefaultValue(90.0)]
public double RecycleInventoryAtUsagePercentage;
Expand Down

0 comments on commit dc2acae

Please sign in to comment.