ACE_Settings: various fixes

This commit is contained in:
Nicolás Badano
2015-02-03 02:37:13 -03:00
parent 2c0d2013d4
commit 658f30b9a2
4 changed files with 11 additions and 8 deletions

View File

@ -22,7 +22,8 @@
EXPLODE_1_PVT(_this,_name);
_value = objNull;
private ["_value"];
_value = [];
{
if ((_x select 0) == _name) exitWith {_value = _x};
} forEach GVAR(settings);