mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 22:22:57 +03:00
Fix VON block mistake from b9a5c59
I forgot filterCheats is already called in keyboard.sqf
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user