From 5e51787e599a8e1c56498f2a38c6da7afe7b885f Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 14 Oct 2016 15:03:53 -0400 Subject: [PATCH] Remove rSwitchMove in Turbo key block Vanilla commit: https://github.com/DayZMod/DayZ/commit/8b551681d9fabf25a992b27187e182337e44b525 --- SQF/dayz_code/compile/keyboard.sqf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/compile/keyboard.sqf b/SQF/dayz_code/compile/keyboard.sqf index 8c80d3974..1a31ae5ee 100644 --- a/SQF/dayz_code/compile/keyboard.sqf +++ b/SQF/dayz_code/compile/keyboard.sqf @@ -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; }; };