fix wrong config access point

This commit is contained in:
jokoho48 2015-08-30 22:59:27 +02:00
parent 05e07f37ac
commit bda274efff

View File

@ -41,10 +41,10 @@ _array params ["_max"];
} forEach _array; } forEach _array;
// create the Config entry Point // create the Config entry Point
[ _return = [
(configFile >> "CfgWeapons" >> _weapon), (configFile >> "CfgWeapons" >> _weapon),
(configFile >> "CfgMagazines" >> _magazine), (configFile >> "CfgMagazines" >> _magazine),
(configFile >> "CfgMagazines" >> _ammo) (configFile >> "CfgAmmo" >> _ammo)
] select _type; ] select _type;
// get the Variables out of the Configes and create a array with then // get the Variables out of the Configes and create a array with then