From 09b75bf87519d985928beff53df61549e7cbbd70 Mon Sep 17 00:00:00 2001 From: TheCruZ Date: Sun, 1 Nov 2020 20:40:34 +0100 Subject: [PATCH] ups --- kdmapper/service.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kdmapper/service.cpp b/kdmapper/service.cpp index b34930e..6cf0971 100644 --- a/kdmapper/service.cpp +++ b/kdmapper/service.cpp @@ -57,7 +57,7 @@ bool ExistsValorantService(SC_HANDLE service_manager) { ENUM_SERVICE_STATUSA service = buffer[i]; if (strstr(service.lpServiceName,"vgk")) { if ((service.ServiceStatus.dwCurrentState == SERVICE_RUNNING || service.ServiceStatus.dwCurrentState == SERVICE_START_PENDING)) { - printf("[-] Valorant service running, kdmapper stoped to prevent BSOD!!\n"); + printf("[-] Valorant service running, kdmapper stopped to prevent BSOD!!\n"); return true; } @@ -134,4 +134,4 @@ bool service::StopAndRemove(const std::string& driver_name) CloseServiceHandle(sc_manager_handle); return result; -} \ No newline at end of file +}