EnableHumanizeThrow defualt set to true

Brian [2016-08-23 15:39:19]
EnableHumanizeThrow defualt set to true
Filename
PokemonGo.RocketBot.Logic/Settings.cs
diff --git a/PokemonGo.RocketBot.Logic/Settings.cs b/PokemonGo.RocketBot.Logic/Settings.cs
index cd553d9..4b71135 100644
--- a/PokemonGo.RocketBot.Logic/Settings.cs
+++ b/PokemonGo.RocketBot.Logic/Settings.cs
@@ -322,7 +322,7 @@ namespace PokemonGo.RocketBot.Logic
         [DefaultValue(false)] public bool EnableAdvancedSettings;

         //customizable catch
-        [DefaultValue(false)] public bool EnableHumanizedThrows;
+        [DefaultValue(true)] public bool EnableHumanizedThrows;

         //evolve
         [DefaultValue(95)] public float EvolveAboveIvValue;
You may download the files in Public Git.