Fix version comparison (CBA Settings transfer) (#7313)

This commit is contained in:
jonpas 2019-12-18 21:43:40 +01:00 committed by GitHub
parent 6fb0cd09da
commit b6a1ce9b30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -205,7 +205,7 @@ if (isServer) then {
// Check files, previous installed version etc.
//////////////////////////////////////////////////
private _currentVersion = getText (configFile >> "CfgPatches" >> QUOTE(ADDON) >> "version");
private _currentVersion = getText (configFile >> "CfgPatches" >> QUOTE(ADDON) >> "versionStr");
private _previousVersion = profileNamespace getVariable ["ACE_VersionNumberString", ""];
// check previous version number from profile