mirror of
https://github.com/DaKerboul/perun.git
synced 2026-08-09 15:55:39 +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);
|
PerunHelper.GUILogHistoryAdd(ref Globals.arrGUILogHistory, "ERROR MySQL - error: " + m_ex.Message,1,1, strTCPFrameType);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
Globals.intGameErros++;
|
||||||
bStatus = false;
|
bStatus = false;
|
||||||
}
|
}
|
||||||
connMySQL.Close();
|
connMySQL.Close();
|
||||||
|
|||||||
Reference in New Issue
Block a user