mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
fix (module): fix build
This commit is contained in:
@@ -218,6 +218,10 @@ public:
|
|||||||
handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports);
|
handler->PSendSysMessage("Ignore Control Reports: %u || Ignore Z-Axis Reports: %u", ignorecontrol_reports, zaxis_reports);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return false;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static bool HandleAntiCheatGlobalCommand(ChatHandler* handler)
|
static bool HandleAntiCheatGlobalCommand(ChatHandler* handler)
|
||||||
|
|||||||
Reference in New Issue
Block a user