useless
This commit is contained in:
parent
c14f0dac8f
commit
90316b3359
@ -146,7 +146,7 @@ public interface IPath extends Helper {
|
||||
}
|
||||
double factor = Baritone.settings().pathCutoffFactor.get();
|
||||
int newLength = (int) (length() * factor);
|
||||
displayChatMessageRaw("Static cutoff " + length() + " to " + newLength);
|
||||
//displayChatMessageRaw("Static cutoff " + length() + " to " + newLength);
|
||||
return new CutoffPath(this, newLength);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user