mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-13 00:58:35 +00:00
8 lines
154 B
C++
8 lines
154 B
C++
#include "cs_anticheat.h"
|
|
#include "AnticheatScripts.h"
|
|
|
|
void AddPassiveAnticheatScripts()
|
|
{
|
|
startAnticheatScripts();
|
|
AddSC_anticheat_commandscript();
|
|
} |