mirror of
https://github.com/cabaletta/baritone
synced 2025-02-26 00:51:00 +00:00
typos
This commit is contained in:
parent
a67e6fd163
commit
9daf46e30c
@ -125,7 +125,7 @@ public interface MovementHelper extends ActionCosts, Helper {
|
|||||||
if (block == Blocks.AIR) {
|
if (block == Blocks.AIR) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
// exceptions - blocks that are isPassasble true, but we can't actually jump through
|
// exceptions - blocks that are isPassable true, but we can't actually jump through
|
||||||
if (block == Blocks.FIRE
|
if (block == Blocks.FIRE
|
||||||
|| block == Blocks.TRIPWIRE
|
|| block == Blocks.TRIPWIRE
|
||||||
|| block == Blocks.WEB
|
|| block == Blocks.WEB
|
||||||
|
@ -77,7 +77,9 @@ public interface Helper {
|
|||||||
if (!Baritone.settings().chatDebug.get()) {
|
if (!Baritone.settings().chatDebug.get()) {
|
||||||
System.out.println("Suppressed debug message:");
|
System.out.println("Suppressed debug message:");
|
||||||
System.out.println(message);
|
System.out.println(message);
|
||||||
|
/*if (!Stream.of(Thread.currentThread().getStackTrace()).map(StackTraceElement::getClassName).anyMatch(x -> x.equals(ExampleBaritoneControl.class.getName()))) {
|
||||||
return;
|
return;
|
||||||
|
}*/
|
||||||
}
|
}
|
||||||
|
|
||||||
ITextComponent component = MESSAGE_PREFIX.createCopy();
|
ITextComponent component = MESSAGE_PREFIX.createCopy();
|
||||||
|
Loading…
Reference in New Issue
Block a user