1
0
mirror of synced 2024-11-15 07:17:35 +01:00
This commit is contained in:
Aaron M 2021-09-21 13:37:13 +12:00
parent 8ad8f368e5
commit ac8157c7b4

View File

@ -481,7 +481,6 @@ static InitFunction globalFunc([]()
if (ExitKeyStr.find('0x') != std::string::npos)
ExitKeyValue = stoi(ExitKeyStr, 0, 16);
SuspendInit = true;
GetModuleFileNameA(NULL, SuspendBuf, MAX_PATH);
std::string ExeName = getFileName(SuspendBuf);