Skip to content

Commit

Permalink
Final Final Final Release 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
derplayer committed Sep 19, 2018
1 parent afdb387 commit d3e7619
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/Main/Helper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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) +
Expand Down

0 comments on commit d3e7619

Please # to comment.