nprotect gameguard removed

This commit is contained in:
d1str4ught
2025-08-28 19:56:39 +02:00
parent d4a1591a50
commit 06d9a3671d
4 changed files with 0 additions and 294 deletions

View File

@@ -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();