From 93a444d3664c7b8b3a45dd82874dff0125942d1c Mon Sep 17 00:00:00 2001 From: Nils Date: Wed, 3 Aug 2016 02:32:52 +0200 Subject: [PATCH] Update Settings.cs This is the way it used to work before KeepMinDuplicatePokemon got fixed somewhere around 9d86123777a208562a642ae18968a53bf0f0d7a6 --- PoGo.NecroBot.Logic/Settings.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PoGo.NecroBot.Logic/Settings.cs b/PoGo.NecroBot.Logic/Settings.cs index 35c3507c4..2443d6e21 100644 --- a/PoGo.NecroBot.Logic/Settings.cs +++ b/PoGo.NecroBot.Logic/Settings.cs @@ -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)]