mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_KeyDown.sqf
This commit is contained in:
parent
ee3224f14a
commit
3c5d112463
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user