From 43a6d7670c230ae43f8ecd5f9717f715b9e0650f Mon Sep 17 00:00:00 2001 From: Bogdan Doicin Date: Thu, 6 Jun 2019 10:43:44 +0300 Subject: [PATCH] Bug fixes --- Form1.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Form1.cs b/Form1.cs index 475bdbb..cb4880c 100644 --- a/Form1.cs +++ b/Form1.cs @@ -499,6 +499,7 @@ private static void CheckXMLFolderExistence() public Form1() { InitializeComponent(); + CheckXMLFolderExistence(); } /// @@ -1318,7 +1319,7 @@ private void Startup(object sender, EventArgs e) LoginToHattrickServers(); InitializeMatchRatingList(); DisplayUserDetails(); - CheckXMLFolderExistence(); + //CheckXMLFolderExistence(); } } }