Update EPOCH_KeyUp.sqf

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

View File

@ -30,6 +30,10 @@ private ["_handled"];
//[[[end]]]
params ["_display","_dikCode","_shift","_ctrl","_alt"];
_handled = false;
_this call Epoch_custom_EH_KeyUp;
if (_handled) exitWith{ true };
//Main actions
if (_dikCode == EPOCH_keysAction) then {
EPOCH_keysActionPressed = false;