Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Tools/Launcher: do not close console when launched with --console
Browse files Browse the repository at this point in the history
  • Loading branch information
funjoker committed Oct 13, 2023
1 parent ef9b9b3 commit e4a33bd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/tools/client_patcher/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ namespace ClientPatcher
Sleep(1000);
if (fp != nullptr)
fclose(fp);
FreeConsole();
CreateThread(0, 0, EjectThread, 0, 0, 0);
return;
}
Expand Down

0 comments on commit e4a33bd

Please sign in to comment.