Update ExileServer_system_database_connect.sqf

Just changes so any custom code that called the extension directly should work with less changes....
This commit is contained in:
Torndeco 2017-03-06 21:30:28 +00:00 committed by GitHub
parent a0b8568eb9
commit df01084756

View File

@ -24,7 +24,7 @@ try
throw format ["Could not add database: %1", _result];
};
"Connected to database!" call ExileServer_util_log;
ExileServerDatabaseSessionId = str(round(random(999999)));
ExileServerDatabaseSessionId = "SQL"; //str(round(random(999999)));
_result = call compile ("extDB3" callExtension "9:ADD_DATABASE_PROTOCOL:exile:SQL_CUSTOM:SQL:exile.ini");
if ((_result select 0) isEqualTo 0) then
{