From 27f492f401bed9139c2b82347ac394e028de1f52 Mon Sep 17 00:00:00 2001 From: ebaydayz Date: Fri, 25 Nov 2016 18:42:38 -0500 Subject: [PATCH] Fix typo in VON block My mistake from b9a5c59 --- SQF/dayz_code/Configs/rscTitles.hpp | 2 +- SQF/dayz_code/compile/keyboard.sqf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/SQF/dayz_code/Configs/rscTitles.hpp b/SQF/dayz_code/Configs/rscTitles.hpp index 684d5fe9f..d928e9111 100644 --- a/SQF/dayz_code/Configs/rscTitles.hpp +++ b/SQF/dayz_code/Configs/rscTitles.hpp @@ -99,7 +99,7 @@ class RscDisplayChat class RscDisplayChannel { idd = 63; - onMouseButtonDown = "_handle = if (!isNil 'DZE_FilterCheats') then {[(_this select 1),false] call DZE_FilterCheats} else {false}; _handle"; + onMouseButtonDown = "_handle = if (!isNil 'DZE_FilterCheats') then {[0,(_this select 1),false] call DZE_FilterCheats} else {false}; _handle"; class controls; }; class RscPictureGUI diff --git a/SQF/dayz_code/compile/keyboard.sqf b/SQF/dayz_code/compile/keyboard.sqf index 2b9a80e89..8df5c3007 100644 --- a/SQF/dayz_code/compile/keyboard.sqf +++ b/SQF/dayz_code/compile/keyboard.sqf @@ -154,7 +154,7 @@ if (isNil "keyboard_keys") then { dayz_lastCheckBit = diag_ticktime; [player,20,true,(getPosATL player)] call player_alertZombies; }; - _handled = if (!isNil "DZE_FilterCheats") then {[-999,false] call DZE_FilterCheats} else {false}; + _handled = if (!isNil "DZE_FilterCheats") then {[0,-999,false] call DZE_FilterCheats} else {false}; }; _journal = { if (!dayz_isSwimming and !dialog) then {