From ebf42628ab8d64b202547ab6305359cba5231e3e Mon Sep 17 00:00:00 2001 From: Jacob Babor Date: Fri, 19 Jun 2026 22:33:54 -0500 Subject: [PATCH] Disable startup executable scan in GPS probe --- red4ext/EdgeWeightGPS/src/Main.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/red4ext/EdgeWeightGPS/src/Main.cpp b/red4ext/EdgeWeightGPS/src/Main.cpp index a17130e..b4d44cc 100644 --- a/red4ext/EdgeWeightGPS/src/Main.cpp +++ b/red4ext/EdgeWeightGPS/src/Main.cpp @@ -446,7 +446,6 @@ bool OnRunningEnter(void* aApp) std::ostringstream line; line << "GameState Running OnEnter app=" << aApp; LogRed4ext(line.str()); - ScanExecutableStrings(); return true; }