From ab86b3bcec188b7505f0aa55935cf02836240489 Mon Sep 17 00:00:00 2001 From: szporowolik Date: Tue, 22 Oct 2019 14:48:21 +0200 Subject: [PATCH] Fixed mysql error couter --- 02_Windows_App/Perun_v1/01_Classes/DatabaseController.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/02_Windows_App/Perun_v1/01_Classes/DatabaseController.cs b/02_Windows_App/Perun_v1/01_Classes/DatabaseController.cs index 919d68d..883ecdd 100644 --- a/02_Windows_App/Perun_v1/01_Classes/DatabaseController.cs +++ b/02_Windows_App/Perun_v1/01_Classes/DatabaseController.cs @@ -161,6 +161,7 @@ public class DatabaseController PerunHelper.GUILogHistoryAdd(ref Globals.arrGUILogHistory, "ERROR MySQL - error: " + m_ex.Message,1,1, strTCPFrameType); break; } + Globals.intGameErros++; bStatus = false; } connMySQL.Close();