diff --git a/Project/Main/Helper.cs b/Project/Main/Helper.cs index 2c900ea..7030ef9 100644 --- a/Project/Main/Helper.cs +++ b/Project/Main/Helper.cs @@ -305,7 +305,7 @@ public static string ExtensionFinder(byte[] dataArray) public static void CheckUpdates() { - if (System.Diagnostics.Debugger.IsAttached) + if (!System.Diagnostics.Debugger.IsAttached) { WebClient w = new WebClient(); //TODO: Shorter Timeout Range? w.Headers.Add("user-agent", "Mozilla/5.0 (Shenmue HD ModTools v" + Version.ActualVerison.ToString(CultureInfo.InvariantCulture) +