Skip to content

Commit

Permalink
Changed version to versionStr as fix for acemod#7478 (acemod#7479)
Browse files Browse the repository at this point in the history
Ensures return value of string is preserved.
  • Loading branch information
M3ales authored and Panisher committed Jan 22, 2020
1 parent 5690a8d commit 2c2ddfc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/common/functions/fnc_getVersion.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@
* Public: Yes
*/

getText (configFile >> "CfgPatches" >> "ACE_main" >> "version") // return
getText (configFile >> "CfgPatches" >> "ACE_main" >> "versionStr") // return

0 comments on commit 2c2ddfc

Please sign in to comment.