Small edits

This commit is contained in:
Anonymous275
2022-07-22 23:00:25 +03:00
parent c1ed5184e7
commit 16c8f0a052
7 changed files with 8 additions and 6 deletions

View File

@@ -8,7 +8,7 @@
#include "Launcher.h"
#include "Logger.h"
#include <csignal>
#include "Http.h"
#include "HttpAPI.h"
#include <windows.h>
#include <shellapi.h>
#include <ShlObj.h>
@@ -125,6 +125,7 @@ void Launcher::WaitForGame() {
std::this_thread::sleep_for(std::chrono::seconds(2));
}
LOG(INFO) << "Game process was lost";
GamePID = 0;
}
void Launcher::ListenIPC() {