diff --git a/source/helpers/debugger.cpp b/source/helpers/debugger.cpp index bd05e465..773a04f0 100644 --- a/source/helpers/debugger.cpp +++ b/source/helpers/debugger.cpp @@ -30,10 +30,10 @@ Result Debugger::attachToProcess() { if ((int)m_rc == 0) { m_dmnt = false; - return m_rc; } + return m_rc; } - return 0; + return 1; // return dmntchtForceOpenCheatProcess(); } void Debugger::detatch()