Skip to content

Commit

Permalink
Removed debug message box from TBC initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
namreeb committed Jun 1, 2017
1 parent 843c200 commit 026bea4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dll/InitializeHooks.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,6 @@ const char *InitializeHook(hadesmem::PatchDetourBase *detour, void *arg, char *A

void ApplyClientInitHook(char *authServer, float fov)
{
MessageBoxA(nullptr, "Initialize", "DEBUG", 0);

auto const proc = hadesmem::Process(::GetCurrentProcessId());
auto const initializeOrig = hadesmem::detail::AliasCast<InitializeT>(GetAddress(Version::TBC, Offset::Initialize));
auto initializeDetour = new hadesmem::PatchDetour<InitializeT>(proc, initializeOrig,
Expand Down

0 comments on commit 026bea4

Please sign in to comment.