mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Default Action parameters is [] for self (ref #2228)
Makes it match fnc_compileMenu.sqf
This commit is contained in:
@ -71,7 +71,7 @@ _recurseFnc = {
|
|||||||
_statement,
|
_statement,
|
||||||
_condition,
|
_condition,
|
||||||
_insertChildren,
|
_insertChildren,
|
||||||
{},
|
[],
|
||||||
[0,0,0],
|
[0,0,0],
|
||||||
10, //distace
|
10, //distace
|
||||||
[_showDisabled,_enableInside,_canCollapse,_runOnHover, true],
|
[_showDisabled,_enableInside,_canCollapse,_runOnHover, true],
|
||||||
|
Reference in New Issue
Block a user