Update dllmain.cpp

This commit is contained in:
0TheSpy 2022-11-13 23:05:57 +03:00 committed by GitHub
parent 97eb82f707
commit 7b20b22fa0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -336,9 +336,7 @@ DWORD WINAPI HackThread(HMODULE hModule)
if (GetAsyncKeyState(VK_INSERT) & 1)
{
opt.show = !opt.show;
#ifdef DEBUG
cout << "Show Menu: " << opt.show << endl;
#endif
printfdbg("Show Menu: %s\n", opt.show ? "true" : "false");
if (!opt.show)
iff.g_pInputSystem->EnableInput(1);
else