Update keyboard.sqf

This commit is contained in:
A Man
2022-06-03 20:33:27 +02:00
parent eb98909f76
commit 09ce7d8ff6

View File

@@ -299,8 +299,10 @@ if (isNil "keyboard_keys") then {
};
local _brake = {
if (DZE_isOnBike) then {DZE_isBraking = true};
call _interrupt;
if (DZE_isOnBike) then {DZE_isBraking = true};
r_interrupt = true;
if (DZE_Surrender) then {call dze_surrender_off};
if (dayz_autoRun) then {call dayz_autoRunOff;};
};
keyboard_keys = [];