Skip to content

Commit

Permalink
Merge branch 'master' into release-3.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jonpas committed Dec 18, 2019
2 parents 50dfbef + b6a1ce9 commit 9848755
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9848755

Please sign in to comment.