You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/main/java/net/elytrium/limbofilter/Settings.java
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -343,10 +343,10 @@ public static class OFFSET_1_7 {
343
343
344
344
publicstaticclassCOORDS {
345
345
346
-
publicdoubleCAPTCHA_X = 0;
346
+
publicdoubleCAPTCHA_X = -1.5;
347
347
@Comment("If your server supports Minecraft 1.7, don't set captcha-y to 0. https://media.discordapp.net/attachments/878241549857738793/915165038464098314/unknown.png")
0 commit comments