mirror of
https://github.com/azerothcore/mod-anticheat.git
synced 2026-01-18 19:25:46 +00:00
Initial upload of AnticheatModule
This commit is contained in:
8
src/PassiveAnticheat.cpp
Normal file
8
src/PassiveAnticheat.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include "cs_anticheat.h"
|
||||
#include "AnticheatScripts.h"
|
||||
|
||||
void AddPassiveAnticheatScripts()
|
||||
{
|
||||
startAnticheatScripts();
|
||||
AddSC_anticheat_commandscript();
|
||||
}
|
||||
Reference in New Issue
Block a user