From d7430065669c586c0dcf48e983bce72a586c86f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Badano?= Date: Sun, 15 Feb 2015 18:38:08 -0300 Subject: [PATCH] make vector keybinds return false so they don't block fcs keyup EH --- addons/vector/initKeybinds.sqf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/addons/vector/initKeybinds.sqf b/addons/vector/initKeybinds.sqf index f81c280905..fb00e7acb3 100644 --- a/addons/vector/initKeybinds.sqf +++ b/addons/vector/initKeybinds.sqf @@ -15,7 +15,7 @@ // Statement ["azimuth"] call FUNC(onKeyDown); - true + false }, [15, [false, false, false]], false, @@ -34,7 +34,7 @@ // Statement ["azimuth"] call FUNC(onKeyUp); - true + false }, [15, [false, false, false]], false,