Fixed typo (copy & paste remains) (#4673)

This commit is contained in:
ulteq 2016-11-15 16:14:35 +01:00 committed by GitHub
parent 324bf68614
commit f0279726ce

View File

@ -114,7 +114,6 @@ private _validate_preset = {
if (_gun call _validate_preset) then {
_gun set [20, false];
GVAR(gunList) = GVAR(gunList) + [_gun];
lbAdd [6000, _gunProfileEntry select 0];
};
};
} forEach ("true" configClasses (configFile >> "ACE_ATragMX_Presets"));