Skip to content

Commit

Permalink
Remove "Sleep" from main
Browse files Browse the repository at this point in the history
  • Loading branch information
wopss committed Sep 15, 2021
1 parent ec6d43f commit 5860a10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/red4ext.dll/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ BOOL APIENTRY DllMain(HMODULE aModule, DWORD aReason, LPVOID aReserved)

return FALSE;
}
Sleep(5000);

App::Construct();

DetourTransactionBegin();
Expand Down

0 comments on commit 5860a10

Please sign in to comment.