mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-04 07:12:55 +03:00
Update keyboard.sqf
This commit is contained in:
@@ -299,8 +299,10 @@ if (isNil "keyboard_keys") then {
|
|||||||
};
|
};
|
||||||
|
|
||||||
local _brake = {
|
local _brake = {
|
||||||
if (DZE_isOnBike) then {DZE_isBraking = true};
|
if (DZE_isOnBike) then {DZE_isBraking = true};
|
||||||
call _interrupt;
|
r_interrupt = true;
|
||||||
|
if (DZE_Surrender) then {call dze_surrender_off};
|
||||||
|
if (dayz_autoRun) then {call dayz_autoRunOff;};
|
||||||
};
|
};
|
||||||
|
|
||||||
keyboard_keys = [];
|
keyboard_keys = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user