Initial upload of AnticheatModule

This commit is contained in:
3ndos
2016-12-05 11:39:52 -05:00
commit 05231e0c2c
15 changed files with 1181 additions and 0 deletions

8
src/PassiveAnticheat.cpp Normal file
View File

@@ -0,0 +1,8 @@
#include "cs_anticheat.h"
#include "AnticheatScripts.h"
void AddPassiveAnticheatScripts()
{
startAnticheatScripts();
AddSC_anticheat_commandscript();
}