From 3e6336f4f29a71f5e6dd1774a4a9d71a71282a56 Mon Sep 17 00:00:00 2001 From: Hedius Date: Sun, 23 Feb 2025 16:24:20 +0100 Subject: [PATCH] migrate to mysql connector --- EventLogger.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EventLogger.cs b/EventLogger.cs index 1d39456..110fc6b 100644 --- a/EventLogger.cs +++ b/EventLogger.cs @@ -43,7 +43,7 @@ You should have received a copy of the GNU General Public License using PRoCon.Core.Battlemap; using PRoCon.Core.Maps; -using MySql.Data.MySqlClient; +using MySqlConnector; namespace PRoConEvents { //Aliases