mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Report full version number in RPT for debugging
This commit is contained in:
parent
490df5930e
commit
ce45237989
@ -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];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user