Update keyboard.sqf

Forgot to remove after
https://github.com/EpochModTeam/DayZ-Epoch/commit/d1d5fe5#diff-91da615cb902d0198b7cd4c9b91b6fd0L351
This commit is contained in:
ebayShopper
2017-03-31 12:33:17 -04:00
parent b3fdd26d3b
commit 0e244196e5

View File

@@ -334,7 +334,6 @@ if (isNil "keyboard_keys") then {
[actionKeys "TacticalView", _block] call _addArray; [actionKeys "TacticalView", _block] call _addArray;
}; };
diag_log "keyboard_keys reset"; diag_log "keyboard_keys reset";
if (!isNil "bis_fnc_halo_keydown_eh") then {bis_fnc_halo_keydown_eh = (finddisplay 46) displayaddeventhandler ["keydown","_this call bis_fnc_halo_keydown;"];}; // halo in progress
}; };
if (r_player_unconsciousInputDisabled) exitWith {true}; if (r_player_unconsciousInputDisabled) exitWith {true};