diff --git a/addons/compat_rhs/CfgEventhandlers.hpp b/addons/compat_rhs/CfgEventhandlers.hpp index 6f822f4b4..095f44fd5 100644 --- a/addons/compat_rhs/CfgEventhandlers.hpp +++ b/addons/compat_rhs/CfgEventhandlers.hpp @@ -18,6 +18,6 @@ class Extended_PostInit_EventHandlers { class Extended_SlotItemChanged_Eventhandlers { class CAManBase { - GVAR(SlotItemChanged) = QUOTE(_this call FUNC(handleSlotItemChanged);); + GVAR(SlotItemChanged) = QUOTE( call FUNC(handleSlotItemChanged);); }; };