mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-15 20:52:56 +03:00
Include all controls in VON block
Moved to display 46 keydown since keydown on 63 only fires after the VON transmission has already started (slight delay). Added mouseButtonDown so it can not be bypassed via assigning a mouse button.
This commit is contained in:
@@ -684,7 +684,9 @@ if (!isDedicated) then {
|
||||
Dayz_freefall = [ time, 0, 0.1 ];
|
||||
dayz_getout = objNull;
|
||||
dayz_getoutTime = 0;
|
||||
dayz_HitBy = objNull;
|
||||
dayz_HitBy = objNull;
|
||||
dayz_voiceControls = [-999];
|
||||
{dayz_voiceControls = dayz_voiceControls + (actionKeys _x)} count ["VoiceOverNet","PushToTalk","PushToTalkAll","PushToTalkCommand","PushToTalkDirect","PushToTalkGroup","PushToTalkSide","PushToTalkVehicle"];
|
||||
|
||||
// EPOCH ADDITIONS
|
||||
if (isNil "DZE_BackpackAntiTheft") then {DZE_BackpackAntiTheft = false;};
|
||||
|
||||
Reference in New Issue
Block a user