mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
fix
This commit is contained in:
parent
16e63df107
commit
7bd1c9a86a
@ -69,3 +69,5 @@ _unit setVariable [
|
||||
}, _unit, (_unitMovesInfo select 2) - (_unitMovesInfo select 1)] call CBA_fnc_waitAndExecute;
|
||||
}]
|
||||
];
|
||||
|
||||
nil // return
|
||||
|
@ -24,11 +24,13 @@ if (_unit isNil QGVAR(reloadMutex_gestureEH)) exitWith {
|
||||
_unit removeEventHandler [
|
||||
"GestureChanged",
|
||||
_unit getVariable QGVAR(reloadMutex_gestureEH)
|
||||
]
|
||||
_unit setVariable [QGVAR(reloadMutex_gestureEH), nil].
|
||||
];
|
||||
_unit setVariable [QGVAR(reloadMutex_gestureEH), nil];
|
||||
|
||||
_unit removeEventHandler [
|
||||
"AnimChanged",
|
||||
_unit getVariable QGVAR(reloadMutex_animEH)
|
||||
]
|
||||
_unit setVariable [QGVAR(reloadMutex_animEH), nil].
|
||||
];
|
||||
_unit setVariable [QGVAR(reloadMutex_animEH), nil];
|
||||
|
||||
nil // return
|
||||
|
Loading…
Reference in New Issue
Block a user