Skip to content

Commit 21e5ec2

Browse files
committed
fnc -> call
1 parent f9ee9ac commit 21e5ec2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

addons/common/fnc_getCfgDataHashmap.sqf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ private _returnHashMap = createHashMap;
4545

4646
{
4747
private _config = _x;
48-
private _value = _x fnc BIS_fnc_getCfgData;
48+
private _value = _x call BIS_fnc_getCfgData;
4949

5050
if (_convert) then {
5151
_value = switch (_value) do {

0 commit comments

Comments
 (0)