Skip to content

Commit

Permalink
Update Settings.cs
Browse files Browse the repository at this point in the history
This is the way it used to work before KeepMinDuplicatePokemon got fixed somewhere around 9d86123
  • Loading branch information
noodle- authored Aug 3, 2016
1 parent 5bb616c commit ae97753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PoGo.NecroBot.Logic/Settings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ public class GlobalSettings
public string KeepMinOperator;
[DefaultValue(false)]
public bool PrioritizeIvOverCp;
[DefaultValue(1)]
[DefaultValue(0)]
public int KeepMinDuplicatePokemon;
//gpx
[DefaultValue(false)]
Expand Down

0 comments on commit ae97753

Please sign in to comment.