mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix VON block mistake from b9a5c59
I forgot filterCheats is already called in keyboard.sqf
This commit is contained in:
@@ -685,7 +685,7 @@ if (!isDedicated) then {
|
||||
dayz_getout = objNull;
|
||||
dayz_getoutTime = 0;
|
||||
dayz_HitBy = objNull;
|
||||
dayz_voiceControls = [-999];
|
||||
dayz_voiceControls = [];
|
||||
{dayz_voiceControls = dayz_voiceControls + (actionKeys _x)} count ["VoiceOverNet","PushToTalk","PushToTalkAll","PushToTalkCommand","PushToTalkDirect","PushToTalkGroup","PushToTalkSide","PushToTalkVehicle"];
|
||||
|
||||
// EPOCH ADDITIONS
|
||||
|
||||
Reference in New Issue
Block a user