Update ExileServer_system_database_connect.sqf

Update logs file location
This commit is contained in:
Torndeco 2017-03-03 20:45:30 +00:00 committed by GitHub
parent ed565dbf73
commit 73bf6e16e0

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