Remove rSwitchMove in Turbo key block

Vanilla commit:

8b551681d9
This commit is contained in:
ebaydayz
2016-10-14 15:03:53 -04:00
parent d44696be3a
commit 5e51787e59

View File

@@ -155,7 +155,7 @@ if (isNil "keyboard_keys") then {
};
_turbo = {
if (vehicle player == player) then {
[objNull, player, rSwitchMove,""] call RE;
//Prevent easily outrunning zeds and bypassing Arma sprint fatigue (slow to normal running speed after a time) by holding turbo and spamming W
_handled = true;
};
};