Report full version number in RPT for debugging

This commit is contained in:
KoffeinFlummi 2015-04-08 00:27:00 +02:00
parent 490df5930e
commit ce45237989

View File

@ -27,6 +27,9 @@ _versions = [];
_versions set [_forEachIndex, _version]; _versions set [_forEachIndex, _version];
} forEach _files; } forEach _files;
_versionFull = getText (configFile >> "CfgPatches" >> QUOTE(ADDON) >> "versionStr");
diag_log text format ["[ACE] Full Version Number: %1", _versionFull];
if (isServer) then { if (isServer) then {
diag_log text format ["[ACE] Server: ACE_Common is Version %1.", _versionMain]; diag_log text format ["[ACE] Server: ACE_Common is Version %1.", _versionMain];