mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
removed unneeded toLower
This commit is contained in:
parent
00dc4193ad
commit
2d9828de91
@ -26,7 +26,7 @@ private _nPrinted = 0;
|
||||
|
||||
diag_log text "//****************** fragCalcDump Beg ******************//";
|
||||
{ // Begin _allAmmoConfigs forEach
|
||||
private _ammo = toLowerANSI configName _x;
|
||||
private _ammo = configName _x;
|
||||
|
||||
if (_ammo isEqualTo "" || {_ammo in _processedCfgAmmos} ) then {
|
||||
continue
|
||||
|
Loading…
Reference in New Issue
Block a user