mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
ACE_Settings: various fixes
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user