mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fixes #1017
This commit is contained in:
parent
d88d71e2b3
commit
50cc5db92f
@ -57,7 +57,7 @@ addMissionEventHandler ["Draw3D", DFUNC(render)];
|
|||||||
if (_unit != ACE_player || !_isUnconscious) exitWith {};
|
if (_unit != ACE_player || !_isUnconscious) exitWith {};
|
||||||
|
|
||||||
GVAR(actionSelected) = false;
|
GVAR(actionSelected) = false;
|
||||||
[] call FUNC(keyUp);
|
[GVAR(openedMenuType), false] call FUNC(keyUp);
|
||||||
}] call EFUNC(common,addEventhandler);
|
}] call EFUNC(common,addEventhandler);
|
||||||
|
|
||||||
// disable firing while the interact menu is is is opened
|
// disable firing while the interact menu is is is opened
|
||||||
|
Loading…
Reference in New Issue
Block a user