mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 20:13:13 +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:
@@ -99,7 +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 {[(_this select 1),false] call DZE_FilterCheats} else {false}; _handle";
|
||||
class controls;
|
||||
};
|
||||
class RscPictureGUI
|
||||
|
||||
Reference in New Issue
Block a user