This commit is contained in:
Tim
2026-02-27 21:03:42 -06:00
parent 99a2763d78
commit 8407a30734
3 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -382,7 +382,7 @@ namespace USS
// This uses pattern scanning to find the GetEngineVersion function
// Pattern for GetEngineVersion (varies by version)
// @timmie
// @timmie (complete)
uintptr_t CLAddr = PatternScanner::Get()->FindGetEngineVersion();
if (CLAddr == 0)