You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the clear all button for containers in the ace arsenal, it does not trigger updates on custom actions with updateOnCargoChanged = 1
Steps to reproduce:
Add a custom action to arsenal ([[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"TAG_myActions","My Actions",[["text","Text",{true},"Text"],["statement","Statement",{true},"",{str time}],["button","Button",{true},"",{},{str time}]],{true},2,true]call ace_arsenal_fnc_addAction;)
Mods:
2.18.152588 profiling
3.18.1
3.19.0
Description:
When using the clear all button for containers in the ace arsenal, it does not trigger updates on custom actions with
updateOnCargoChanged = 1
Steps to reproduce:
[[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14],"TAG_myActions","My Actions",[["text","Text",{true},"Text"],["statement","Statement",{true},"",{str time}],["button","Button",{true},"",{},{str time}]],{true},2,true]call ace_arsenal_fnc_addAction;
)Expected behavior:
The number in the example action should update
Where did the issue occur?
Additional context:
This line is missing here
The text was updated successfully, but these errors were encountered: