mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Fix keyhandler removing when drop (#8443)
This commit is contained in:
parent
58730b82fd
commit
7687429b82
@ -20,7 +20,7 @@ params ["_unit", "_target"];
|
||||
TRACE_2("params",_unit,_target);
|
||||
|
||||
// remove drop action
|
||||
[QGVAR(releaseActionID), "keydown"] call CBA_fnc_removeKeyHandler;
|
||||
[GVAR(releaseActionID), "keydown"] call CBA_fnc_removeKeyHandler;
|
||||
|
||||
// stop blocking
|
||||
if !(GVAR(dragAndFire)) then {
|
||||
|
Loading…
Reference in New Issue
Block a user