aboutsummaryrefslogtreecommitdiff
path: root/LauncherInjector
diff options
context:
space:
mode:
Diffstat (limited to 'LauncherInjector')
-rw-r--r--LauncherInjector/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/LauncherInjector/main.cpp b/LauncherInjector/main.cpp
index 08ae12c3..2d846f6f 100644
--- a/LauncherInjector/main.cpp
+++ b/LauncherInjector/main.cpp
@@ -151,7 +151,7 @@ int main()
// hook launcher
DWORD launcherPID;
if (steamBuild)
- while (!(launcherPID = GetProcessByName(L"steam.exe"))) Sleep(50);
+ while (!(launcherPID = GetProcessByName(L"EASteamProxy.exe"))) Sleep(50);
else
while (!(launcherPID = GetProcessByName(L"Origin.exe"))) Sleep(50);