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
//Reset the flashlight/IR:
if (_flashlightOn) then {
_unit action ["GunLightOn", _unit];
};
if (_irLaserOn) then {
_unit action ["IRLaserOn", _unit];
};
Unfortunaitly, the "IRLaserOn" action always resets firing mode to singleshot (at least for mx)
There is a bug report from a few weeks ago about this, that I think we'll need: http://feedback.arma3.com/view.php?id=22954
ACE_Dev: e7d7fa8
Mods:
Modules:
Steps to reproduce:
That's different to the default behavior of the F key. And it just doesn't make sense. 😄
The text was updated successfully, but these errors were encountered: