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: Grim <[email protected]>
  • Loading branch information
DartRuffian and LinkIsGrim authored Oct 15, 2024
1 parent 4725005 commit bf3f977
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 {(configName _x) call FUNC(isMiscItem)}) configClasses _cfgMagazines);

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

0 comments on commit bf3f977

Please sign in to comment.