From 10bd53f3acfcbcdc05dc3bb65e4527381ad4ff55 Mon Sep 17 00:00:00 2001 From: IMXNOOBX Date: Mon, 4 Sep 2023 18:35:27 +0200 Subject: [PATCH] added cs2 to steamProcesses array --- steam-rollback/utils/utilities.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/steam-rollback/utils/utilities.hpp b/steam-rollback/utils/utilities.hpp index 54bdb05..b96037b 100644 --- a/steam-rollback/utils/utilities.hpp +++ b/steam-rollback/utils/utilities.hpp @@ -7,7 +7,7 @@ #define size(arr) sizeof(arr) / sizeof(arr[0]) namespace util { - const char* steamProcesses[] = { "csgo.exe", "Steam.exe", "SteamClient.exe", "SteamService.exe", "SteamWebHelper.exe", "steamwebhelper.exe" }; + const char* steamProcesses[] = { "csgo.exe", "cs2.exe", "Steam.exe", "SteamClient.exe", "SteamService.exe", "SteamWebHelper.exe", "steamwebhelper.exe" }; bool terminate_process(const char* pName) { PROCESSENTRY32 processEntry;