Skip to content
This repository was archived by the owner on Jun 19, 2021. It is now read-only.

Commit 7374aac

Browse files
committed
I give up
1 parent adc14b6 commit 7374aac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/yatopiamc/bot/captcha/YatoCaptcha.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ private static InputStream generateImage(User u) {
4040
AffineTransform at = new AffineTransform();
4141
at.setToRotation(ThreadLocalRandom.current().nextInt(0, 360));
4242
g.setTransform(at);
43-
g.drawString(code, ThreadLocalRandom.current().nextInt(55,75), ThreadLocalRandom.current().nextInt(45,75));
43+
g.drawString(code, 50, 50);
4444
g.dispose();
4545

4646
ByteArrayOutputStream os = new ByteArrayOutputStream();

0 commit comments

Comments
 (0)