mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Fix cheat handling
This adds keydown handler for chat, map, and diary displays. Additionally, this can be used to handle malicious chat input without a delay by modifying the associated compile
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
class RscDisplayMainMap
|
||||
{
|
||||
onKeyDown = "if (!isNil 'DZE_FilterCheats') then {_this call DZE_FilterCheats;}; false";
|
||||
class controls
|
||||
{
|
||||
delete CA_MainBackground;
|
||||
|
||||
Reference in New Issue
Block a user