From 9b4cfcaf90afea3616268d1e678d3b022d0b868f Mon Sep 17 00:00:00 2001 From: 3Mydlo3 Date: Mon, 9 Oct 2023 20:39:20 +0200 Subject: [PATCH] Remove no longer necessary user input enable for ACE unconscious --- addons/spectator/XEH_postInit.sqf | 2 -- 1 file changed, 2 deletions(-) diff --git a/addons/spectator/XEH_postInit.sqf b/addons/spectator/XEH_postInit.sqf index b802934a..a65a4774 100644 --- a/addons/spectator/XEH_postInit.sqf +++ b/addons/spectator/XEH_postInit.sqf @@ -42,8 +42,6 @@ if (hasInterface) then { }, [], GVAR(unconsciousDelay), { WARNING("Player unconscious!"); [QGVAR(start)] call CBA_fnc_localEvent; - // Disable ACE's disable user input - ["unconscious", false] call ACEFUNC(common,setDisableUserInputStatus); }] call CBA_fnc_waitUntilAndExecute; GVAR(unconsciousKilledEH) = player addEventHandler ["Killed", {