Chore: Delete doublet of macro in TicketHooks.cpp (#372)

This commit is contained in:
mostlynick3
2026-03-19 00:31:14 +01:00
committed by GitHub
parent e665ae2f38
commit 6968ff32a9

View File

@@ -13,14 +13,6 @@
using namespace Hooks;
#define START_HOOK(EVENT) \
if (!ALEConfig::GetInstance().IsALEEnabled())\
return;\
auto key = EventKey<TicketEvents>(EVENT);\
if (!TicketEventBindings->HasBindingsFor(key))\
return;\
LOCK_ALE
#define START_HOOK(EVENT) \
if (!ALEConfig::GetInstance().IsALEEnabled())\
return;\