Changed: checkFiles extension check prints version returned by extension

Changed: Build changed to SSE2 instead of defaulting to AVX.
This commit is contained in:
jaynus
2015-05-13 09:57:24 -07:00
parent 3ff9ea230a
commit 9f3a57bf32
2 changed files with 8 additions and 5 deletions

View File

@ -49,6 +49,9 @@ _addons = [_addons, {_this find "ace_" == 0}] call FUNC(filter);
if (hasInterface) then {
["[ACE] ERROR", _errorMsg, {findDisplay 46 closeDisplay 0}] call FUNC(errorMessage);
};
} else {
// Print the current extension version
diag_log text format ["[ACE] Extension version: %1: %2", _x, (_x callExtension "version")];
};
} forEach getArray (configFile >> "ACE_Extensions" >> "extensions");