Skip to content
This repository has been archived by the owner on Sep 17, 2019. It is now read-only.

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Zanardi1 committed Jun 6, 2019
1 parent 030d4fa commit 43a6d76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,7 @@ private static void CheckXMLFolderExistence()
public Form1()
{
InitializeComponent();
CheckXMLFolderExistence();
}

/// <summary>
Expand Down Expand Up @@ -1318,7 +1319,7 @@ private void Startup(object sender, EventArgs e)
LoginToHattrickServers();
InitializeMatchRatingList();
DisplayUserDetails();
CheckXMLFolderExistence();
//CheckXMLFolderExistence();
}
}
}
Expand Down

0 comments on commit 43a6d76

Please sign in to comment.