Skip to content

Commit

Permalink
disable log
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Nov 21, 2023
1 parent d09d7ea commit 9b90445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/hook.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace
HMODULE __stdcall load_library_w_hook(const wchar_t* path)
{
using namespace std;
printf("load library: %ls\n", path);
// printf("load library: %ls\n", path);
if (!exd && (wstring_view(path).find(L"NPGameDLL.dll") != wstring_view::npos)) {
// printf("fing NP\n");
// Sleep(10000000000000);
Expand Down

0 comments on commit 9b90445

Please sign in to comment.