From b031ff3c58314918ac550fded178feaaba83c33f Mon Sep 17 00:00:00 2001 From: PabstMirror Date: Sat, 28 Oct 2023 19:10:37 -0500 Subject: [PATCH] suppress line supports multi-line macros --- addons/events/config.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;\