Fixed mysql error couter

This commit is contained in:
szporowolik
2019-10-22 14:48:21 +02:00
parent b8087f6333
commit ab86b3bcec

View File

@@ -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();