Skip to content

Commit 302f1cb

Browse files
committed
API heartbeat call disabled for now
causes a crash (cloudflare?)
1 parent 5f95d72 commit 302f1cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

main.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DWORD WINAPI init(HMODULE real)
3939

4040
Client::initialize();
4141
Logger::info("Initializing Client");
42-
42+
/* API unavalible, crashes
4343
std::thread statusThread([]() {
4444
while (true) {
4545
@@ -103,7 +103,7 @@ DWORD WINAPI init(HMODULE real)
103103
}
104104
});
105105
statusThread.detach();
106-
106+
*/
107107
while (true) {
108108
if (Client::disable) {
109109
break;

0 commit comments

Comments
 (0)