Merge pull request from Torndeco/patch-3

Update ExileServer_system_database_connect.sqf
This commit is contained in:
Cloudhax23 2017-03-04 14:30:07 -06:00 committed by GitHub
commit a0b8568eb9

View File

@ -43,7 +43,7 @@ catch
if (!_error_locked) then
{
"MySQL connection error!" call ExileServer_util_log;
"Please have a look at @ExileServer/logs/ to find out what went wrong." 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;
"Server will shutdown now :(" call ExileServer_util_log;
//"extDB3" callExtension "9:SHUTDOWN"; Not implemented in extDB3