Skip to content

Commit

Permalink
Remove no longer necessary user input enable for ACE unconscious
Browse files Browse the repository at this point in the history
  • Loading branch information
3Mydlo3 committed Oct 9, 2023
1 parent 2dce77b commit 9b4cfca
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions addons/spectator/XEH_postInit.sqf
Original file line number Diff line number Diff line change
Expand Up @@ -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", {
Expand Down

0 comments on commit 9b4cfca

Please sign in to comment.