forked from metin-server/m2dev-client-src
hackshield and xtrap codes removed
This commit is contained in:
@@ -11,9 +11,7 @@
|
||||
|
||||
#include "ProcessScanner.h"
|
||||
|
||||
#include "HackShield.h"
|
||||
#include "NProtectGameGuard.h"
|
||||
#include "WiseLogicXTrap.h"
|
||||
#include "CheckLatestFiles.h"
|
||||
|
||||
extern void GrannyCreateSharedDeformBuffer();
|
||||
@@ -267,13 +265,7 @@ bool CPythonApplication::Process()
|
||||
if (CheckLatestFiles_PollEvent())
|
||||
return false;
|
||||
#endif
|
||||
#ifdef USE_AHNLAB_HACKSHIELD
|
||||
if (HackShield_PollEvent())
|
||||
return false;
|
||||
#endif
|
||||
#ifdef XTRAP_CLIENT_ENABLE
|
||||
XTrap_PollEvent();
|
||||
#endif
|
||||
|
||||
ELTimer_SetFrameMSec();
|
||||
|
||||
// m_Profiler.Clear();
|
||||
@@ -982,10 +974,6 @@ bool CPythonApplication::Create(PyObject * poSelf, const char * c_szName, int wi
|
||||
if (!GameGuard_Run(CMSWindow::GetWindowHandle()))
|
||||
return false;
|
||||
#endif
|
||||
#ifdef XTRAP_CLIENT_ENABLE
|
||||
if (!XTrap_CheckInit())
|
||||
return false;
|
||||
#endif
|
||||
|
||||
if (m_pySystem.IsUseDefaultIME())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user