Fix VON block mistake from b9a5c59

I forgot filterCheats is already called in keyboard.sqf
This commit is contained in:
ebaydayz
2016-11-25 19:31:14 -05:00
parent 27f492f401
commit d14416931a
3 changed files with 5 additions and 16 deletions

View File

@@ -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