Update ExileServer_system_database_connect.sqf
This commit is contained in:
parent
f9aab67438
commit
6b1ae08583
@ -49,6 +49,7 @@ catch
|
|||||||
if (!_error_locked) then
|
if (!_error_locked) then
|
||||||
{
|
{
|
||||||
"MySQL connection error!" call ExileServer_util_log;
|
"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;
|
"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;
|
"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;
|
format ["MySQL Error: %1", _exception] call ExileServer_util_log;
|
||||||
|
Loading…
Reference in New Issue
Block a user