mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Medical - Various debugging and fix cpr anim speed (#7122)
* Medical - Various debugging and fix cpr anim speed * Update fnc_setCardiacArrest.sqf
This commit is contained in:
@ -16,7 +16,8 @@
|
||||
* Public: Yes
|
||||
*/
|
||||
|
||||
params ["_id", "_disable"];
|
||||
params [["_id", "#", [""]], ["_disable", false, [false]]];
|
||||
TRACE_2("setDisableUserInputStatus",_id,_disable);
|
||||
|
||||
if (isNil QGVAR(DISABLE_USER_INPUT_COLLECTION)) then {
|
||||
GVAR(DISABLE_USER_INPUT_COLLECTION) = [];
|
||||
|
Reference in New Issue
Block a user