Use proper Namespace

This commit is contained in:
Walthzer 2022-06-15 01:50:41 +02:00
parent 1bb9603f7d
commit c29a3c444e

View File

@ -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);