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; }; };