Skip to content

Commit 053802a

Browse files
Matt SamMatt Sam
authored andcommitted
...
1 parent a610e31 commit 053802a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Crossfirer_v2.x/Crossfirer_Shooter.ahk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ CheckSnipe(Xvar, Yvar, Wvar, Hvar)
378378
Return !ErrorLevel
379379
}
380380
Else
381-
Return GetColorStatus(Xvar + Wvar // 2 + 1, Yvar + Hvar // 2 + Hvar // 4.5), "0x000000")
381+
Return GetColorStatus(Xvar + Wvar // 2 + 1, Yvar + Hvar // 2 + Hvar // 4.5, "0x000000")
382382
Return False
383383
}
384384
;==================================================================================

0 commit comments

Comments
 (0)