From ed144e995bc51430f0d665924a7d3193a78b2466 Mon Sep 17 00:00:00 2001 From: Leijurv Date: Sun, 10 Nov 2019 14:04:27 -0800 Subject: [PATCH] apparently this usage of > was an invalid javadoc command lol --- src/api/java/baritone/api/Settings.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/java/baritone/api/Settings.java b/src/api/java/baritone/api/Settings.java index 3ca6dd9a..22b5d187 100644 --- a/src/api/java/baritone/api/Settings.java +++ b/src/api/java/baritone/api/Settings.java @@ -234,7 +234,7 @@ public final class Settings { /** * If we overshoot a traverse and end up one block beyond the destination, mark it as successful anyway. *

- * This helps with speed at >=20m/s + * This helps with speed exceeding 20m/s */ public final Setting overshootTraverse = new Setting<>(true);