Skip to content

Commit 779bc15

Browse files
committed
fix: typo
1 parent 1b9fbed commit 779bc15

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

osrs/rsclient.simba

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ begin
359359

360360
tpa := tpa.Cluster(6,4).SortFromFirstPointX(pt).First;
361361
b.X2 := tpa.Bounds().X2;
362-
case RSClient.Client of
362+
case Self.Client of
363363
ERSClient.OFFICIAL: Result := OCR.RecognizeShadow(b, RSFonts.PLAIN_12, 0);
364364
ERSClient.RUNELITE, ERSClient.LEGACY: Result := OCR.RecognizeShadow(b, RSFonts.PLAIN_11, 0);
365365
end;

0 commit comments

Comments
 (0)