Fixed AR Scanner not working from different height from a target

This commit is contained in:
Eddoursul 2024-04-28 02:58:01 +02:00
parent 339c371d82
commit 1aed0e682a
3 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -11,7 +11,7 @@ begin function { iControlID }
call CWxScannerStopText call CWxScannerStopText
set CWxScannerTextQuest.curTarget to GetCrosshairRefEx set CWxScannerTextQuest.curTarget to ObjectUnderReticle 0 8192
SetStage CWxScannerTextQuest 1 SetStage CWxScannerTextQuest 1
end end

View File

@ -11,7 +11,7 @@ begin GameMode
return return
endif endif
set rNewTarget to GetCrosshairRefEx set rNewTarget to ObjectUnderReticle 0 8192
if rTarget == rNewTarget if rTarget == rNewTarget