mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
replace private with private keyword in first half of common
This commit is contained in:
@ -23,12 +23,13 @@
|
||||
|
||||
params ["_name"];
|
||||
|
||||
private "_value";
|
||||
_value = [];
|
||||
scopeName "main";
|
||||
|
||||
{
|
||||
if (_x select 0 == _name) exitWith {_value = _x};
|
||||
if (_x select 0 == _name) then {
|
||||
_x breakOut "main";
|
||||
};
|
||||
false
|
||||
} count GVAR(settings);
|
||||
|
||||
_value
|
||||
[]
|
||||
|
Reference in New Issue
Block a user