Fixed Typo (Thanks ehylla93 for pointing it ou)

This commit is contained in:
Chris Cardozo 2020-11-23 17:43:09 -05:00
parent f8b185c854
commit 48bc40ad4a

View File

@ -178,7 +178,7 @@ blck_WeaponList_Orange = blck_primaryWeapons;
private _absentWep = []; private _absentWep = [];
{ {
if !(_x in _allWep) then {diag_log format["_absentWep %1 = %2",_forEachIndex,_x];}; if !(_x in _allWep) then {diag_log format["_absentWep %1 = %2",_forEachIndex,_x];};
} forEach _ffaa + _lago _cupw; } forEach _ffaa + _lago + _cupw;
blck_pistols = _wpnHandGun; blck_pistols = _wpnHandGun;
blck_Pistols_blue = blck_Pistols; blck_Pistols_blue = blck_Pistols;