We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9ee9ac commit 21e5ec2Copy full SHA for 21e5ec2
1 file changed
addons/common/fnc_getCfgDataHashmap.sqf
@@ -45,7 +45,7 @@ private _returnHashMap = createHashMap;
45
46
{
47
private _config = _x;
48
- private _value = _x fnc BIS_fnc_getCfgData;
+ private _value = _x call BIS_fnc_getCfgData;
49
50
if (_convert) then {
51
_value = switch (_value) do {
0 commit comments