diff --git a/addons/events/config.cpp b/addons/events/config.cpp index 61c9ffa9c..f1c36854a 100644 --- a/addons/events/config.cpp +++ b/addons/events/config.cpp @@ -1,5 +1,4 @@ #include "script_component.hpp" -#pragma hemtt suppress pw3_padded_arg config class CfgPatches { class ADDON { @@ -19,6 +18,7 @@ class CfgPatches { #include "CfgFunctions.hpp" class RscDisplayChat { +#pragma hemtt suppress pw3_padded_arg line onKeyDown = QUOTE(\ if ((_this select 1) in [ARR_2(DIK_RETURN,DIK_NUMPADENTER)]) then {\ [ARR_2('GVAR(chatMessageSent)',[ARR_2(ctrlText ((_this select 0) displayctrl 101),_this select 0)])] call CBA_fnc_localEvent;\