Update Settings.java

This commit is contained in:
Scribblefoxx
2019-08-11 03:39:29 +10:00
committed by GitHub
parent 7b21b0401d
commit e1e6a08eb2

View File

@ -186,7 +186,7 @@ public final class Settings {
* Enables some more advanced vine features. They're honestly just gimmicks and won't ever be needed in real
* pathing scenarios. And they can cause Baritone to get trapped indefinitely in a strange scenario.
* <p>
* Never turn this on lol
* Almost never turn this on lol
*/
public final Setting<Boolean> allowVines = new Setting<>(false);