Closed Cyruz143 closed 2 weeks ago
Mods (complete and add to the following information):
2.18
3.18
Description: When using the pub fnc ace_safemode_fnc_setWeaponSafety sometimes the unit switches weapon.
ace_safemode_fnc_setWeaponSafety
Steps to reproduce: _Follow this flowchart!_
{[ACE_player, _x, true] call ace_safemode_fnc_setWeaponSafety} forEach (weapons player);
Same in reverse.
{[ACE_player, _x, false] call ace_safemode_fnc_setWeaponSafety} forEach (weapons player);
Expected behavior: Not switching weapon
Where did the issue occur? Editor (Singleplayer)
Mods (complete and add to the following information):
2.18
[e.g. 1.00 stable, rc, dev]3.18
[e.g. 3.0.0 stable, commit hash]3.18
[e.g. 3.0.0 stable, commit hash]Description: When using the pub fnc
ace_safemode_fnc_setWeaponSafety
sometimes the unit switches weapon.Steps to reproduce: _Follow this flowchart!_
{[ACE_player, _x, true] call ace_safemode_fnc_setWeaponSafety} forEach (weapons player);
.Same in reverse.
{[ACE_player, _x, false] call ace_safemode_fnc_setWeaponSafety} forEach (weapons player);
.Expected behavior: Not switching weapon
Where did the issue occur? Editor (Singleplayer)