This is Fix :
====================================
if (strCommand.compare("on") == 0)
{
sWorld.setBoolConfig(CONFIG_ANTICHEAT_ENABLE,true);
ChatHandler(m_session->GetPlayer()).SendSysMessage("The Anti-Cheat System is now Online !");
}
else if (strCommand.compare("off") == 0)
{
sWorld.setBoolConfig(CONFIG_ANTICHEAT_ENABLE,false);
ChatHandler(m_session->GetPlayer()).SendSysMessage("The Anti-Cheat System is now Offline !");
}
====================================
Tested And working !
Original issue reported on code.google.com by abduhman on 18 Nov 2010 at 8:18
Original issue reported on code.google.com by
abduhman
on 18 Nov 2010 at 8:18