guilemouse / Overthrow

An effort to balance and fix the dynamic and persistent revolution platform for Arma 3.
https://steamcommunity.com/sharedfiles/filedetails/?id=2572102841
GNU General Public License v2.0
0 stars 3 forks source link

ACE Remove Confirm Remove 3x #23

Closed guilemouse closed 3 years ago

guilemouse commented 3 years ago

Issue: When logged in as admin, to remove objects via ACE interaction menu there's 3 radial options.

Solution: Probably test and delete to make it one and functional.

[_this, 0, ["ACE_MainActions","OT_Remove"], OT_ACEremoveActionConfirm] call ace_interact_menu_fnc_addActionToObject;

This line in function\interactions\fn_initObjectLocal.sqf might be a head start on how to trace this problem.