mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 17:45:38 +02:00
Fixed mysql error couter
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user