forked from metin-server/m2dev-client-src
nprotect gameguard removed
This commit is contained in:
@@ -10,8 +10,6 @@
|
||||
#include "PythonCharacterManager.h"
|
||||
|
||||
#include "ProcessScanner.h"
|
||||
|
||||
#include "NProtectGameGuard.h"
|
||||
#include "CheckLatestFiles.h"
|
||||
|
||||
extern void GrannyCreateSharedDeformBuffer();
|
||||
@@ -317,11 +315,6 @@ bool CPythonApplication::Process()
|
||||
|
||||
m_kGuildMarkUploader.Process();
|
||||
|
||||
#ifdef USE_NPROTECT_GAMEGUARD
|
||||
if (GameGuard_IsError())
|
||||
return false;
|
||||
#endif
|
||||
|
||||
m_kGuildMarkDownloader.Process();
|
||||
m_kAccountConnector.Process();
|
||||
|
||||
@@ -970,11 +963,6 @@ bool CPythonApplication::Create(PyObject * poSelf, const char * c_szName, int wi
|
||||
return false;
|
||||
}
|
||||
|
||||
#ifdef USE_NPROTECT_GAMEGUARD
|
||||
if (!GameGuard_Run(CMSWindow::GetWindowHandle()))
|
||||
return false;
|
||||
#endif
|
||||
|
||||
if (m_pySystem.IsUseDefaultIME())
|
||||
{
|
||||
CPythonIME::Instance().UseDefaultIME();
|
||||
|
||||
Reference in New Issue
Block a user