mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix wrong config access point
This commit is contained in:
parent
05e07f37ac
commit
bda274efff
@ -41,10 +41,10 @@ _array params ["_max"];
|
||||
} forEach _array;
|
||||
|
||||
// create the Config entry Point
|
||||
[
|
||||
_return = [
|
||||
(configFile >> "CfgWeapons" >> _weapon),
|
||||
(configFile >> "CfgMagazines" >> _magazine),
|
||||
(configFile >> "CfgMagazines" >> _ammo)
|
||||
(configFile >> "CfgAmmo" >> _ammo)
|
||||
] select _type;
|
||||
|
||||
// get the Variables out of the Configes and create a array with then
|
||||
|
Loading…
Reference in New Issue
Block a user