mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
InteractMenu - Fix Actions Added to Objects
This commit is contained in:
parent
209bdc8dfd
commit
24b47584a2
@ -38,7 +38,7 @@ _fnc_renderNearbyActions = {
|
||||
// Only render them directly if they are base level actions
|
||||
if (count (_x select 1) == 0) then {
|
||||
// Try to render the menu
|
||||
_action = [_x,[]];
|
||||
_action = _x;
|
||||
if ([_target, _action] call FUNC(renderBaseMenu)) then {
|
||||
_numInteractions = _numInteractions + 1;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user