Skip to content

Commit

Permalink
...
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Sam authored and Matt Sam committed Jul 25, 2021
1 parent a610e31 commit 053802a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Crossfirer_v2.x/Crossfirer_Shooter.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ CheckSnipe(Xvar, Yvar, Wvar, Hvar)
Return !ErrorLevel
}
Else
Return GetColorStatus(Xvar + Wvar // 2 + 1, Yvar + Hvar // 2 + Hvar // 4.5), "0x000000")
Return GetColorStatus(Xvar + Wvar // 2 + 1, Yvar + Hvar // 2 + Hvar // 4.5, "0x000000")
Return False
}
;==================================================================================
Expand Down

0 comments on commit 053802a

Please sign in to comment.