mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Use proper Namespace
This commit is contained in:
parent
1bb9603f7d
commit
c29a3c444e
@ -126,7 +126,7 @@ private _fnc_renderVehicleSelfActions = {
|
|||||||
|
|
||||||
|
|
||||||
// Iterate through class actions
|
// Iterate through class actions
|
||||||
private _classActions = GVAR(ActNamespace) getVariable [typeOf _target, []];
|
private _classActions = GVAR(ActSelfNamespace) getVariable [typeOf _target, []];
|
||||||
{
|
{
|
||||||
private _action = _x;
|
private _action = _x;
|
||||||
[_target, _action, [0.5,0.5]] call FUNC(renderBaseMenu);
|
[_target, _action, [0.5,0.5]] call FUNC(renderBaseMenu);
|
||||||
|
Loading…
Reference in New Issue
Block a user