Update EPOCH_KeyDown.sqf

This commit is contained in:
He-Man 2017-02-05 18:54:06 +01:00 committed by GitHub
parent ee3224f14a
commit 3c5d112463

View File

@ -32,6 +32,9 @@ params ["_display","_dikCode","_shift","_ctrl","_alt"];
_handled = false;
_this call Epoch_custom_EH_KeyDown;
if (_handled) exitWith{ true };
if !(alive player) exitWith{ false };
EPOCH_doRotate = false;