thank you intellij very cool
This commit is contained in:
parent
79da32cc60
commit
bb924ad83f
@ -332,7 +332,7 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
|
|||||||
if (suffix.isEmpty()) {
|
if (suffix.isEmpty()) {
|
||||||
// clear the area from the current goal to here
|
// clear the area from the current goal to here
|
||||||
Goal goal = baritone.getPathingBehavior().getGoal();
|
Goal goal = baritone.getPathingBehavior().getGoal();
|
||||||
if (goal == null || !(goal instanceof GoalBlock)) {
|
if (!(goal instanceof GoalBlock)) {
|
||||||
logDirect("Need to specify goal of opposite corner");
|
logDirect("Need to specify goal of opposite corner");
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user