mirror of
https://github.com/EpochModTeam/Epoch.git
synced 2024-08-30 18:22:13 +00:00
Update EPOCH_KeyUp.sqf
This commit is contained in:
parent
3c5d112463
commit
de36d8225c
@ -30,6 +30,10 @@ private ["_handled"];
|
|||||||
//[[[end]]]
|
//[[[end]]]
|
||||||
params ["_display","_dikCode","_shift","_ctrl","_alt"];
|
params ["_display","_dikCode","_shift","_ctrl","_alt"];
|
||||||
_handled = false;
|
_handled = false;
|
||||||
|
|
||||||
|
_this call Epoch_custom_EH_KeyUp;
|
||||||
|
if (_handled) exitWith{ true };
|
||||||
|
|
||||||
//Main actions
|
//Main actions
|
||||||
if (_dikCode == EPOCH_keysAction) then {
|
if (_dikCode == EPOCH_keysAction) then {
|
||||||
EPOCH_keysActionPressed = false;
|
EPOCH_keysActionPressed = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user