Skip to content

Commit

Permalink
qol: Removed check for hackmap
Browse files Browse the repository at this point in the history
  • Loading branch information
nooperation committed Feb 5, 2024
1 parent 8cfd2bd commit 0f96684
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions D2Hackit/Modules/QualityOfLife/QualityOfLife.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,7 @@ BOOL EXPORT OnGameJoin()

BOOL EXPORT OnClientStart()
{
if (!GetModuleHandle("d2maphack.dll") && !GetModuleHandle("d2hackmap.dll"))
{
server->HookD2WndProc(g_hModule, ClientWndProc);
}
else
{
return FALSE;
}

server->HookD2WndProc(g_hModule, ClientWndProc);
return TRUE;
}

Expand Down

0 comments on commit 0f96684

Please sign in to comment.