From cb4cb95a041df82b8d90fade29d4f6d2989a3402 Mon Sep 17 00:00:00 2001 From: 3Mydlo3 Date: Mon, 9 Oct 2023 23:44:39 +0200 Subject: [PATCH] Remove no longer necessary user input enable for ACE unconscious (#202) --- 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", {