Update ExileServer_system_database_connect.sqf

This commit is contained in:
Brett Nordin 2018-09-24 10:29:12 -06:00 committed by GitHub
parent f9aab67438
commit 6b1ae08583
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,6 +49,7 @@ catch
if (!_error_locked) then
{
"MySQL connection error!" call ExileServer_util_log;
"HELP IM A DUMBASS!!" call ExileServer_util_log;
"Make sure [Database] in the extdb3-conf.ini is set to [exile] unless you have a different database setup!!!!!" call ExileServer_util_log;
"Please have a look at @extDB3/logs/ to find out what went wrong." call ExileServer_util_log;
format ["MySQL Error: %1", _exception] call ExileServer_util_log;