Skip to content

Commit

Permalink
Update addons/arsenal/functions/fnc_scanConfig.sqf
Browse files Browse the repository at this point in the history
Co-authored-by: PabstMirror <[email protected]>
  • Loading branch information
LinkIsGrim and PabstMirror authored Oct 14, 2024
1 parent 6fc8a78 commit 4725005
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion addons/arsenal/functions/fnc_scanConfig.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ private _magazineMiscItems = createHashMap;

{
_magazineMiscItems set [configName _x, nil];
} forEach (toString {_x call FUNC(isMiscItem)} configClasses _cfgMagazines);
} forEach ((toString {_x call FUNC(isMiscItem)}) configClasses _cfgMagazines);

// Remove invalid/non-existent entries
_grenadeList deleteAt "";
Expand Down

0 comments on commit 4725005

Please sign in to comment.