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

@@ -99,6 +99,7 @@ class RscDisplayChat
class RscDisplayChannel
{
idd = 63;
onKeyDown = "_handle = if (!isNil 'DZE_FilterCheats') then {_this 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;
};