Chore: Delete doublet of macro in TicketHooks.cpp (#372)
This commit is contained in:
@@ -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;\
|
||||
|
||||
Reference in New Issue
Block a user