yet another meaningless commit
This commit is contained in:
parent
a6954aa719
commit
de554655a5
@ -415,7 +415,7 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
|
|||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
Entity effectivelyFinal = toFollow.get();
|
Entity effectivelyFinal = toFollow.get();
|
||||||
baritone.getFollowProcess().follow(x -> effectivelyFinal.equals(x));
|
baritone.getFollowProcess().follow(effectivelyFinal::equals);
|
||||||
logDirect("Following " + toFollow.get());
|
logDirect("Following " + toFollow.get());
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user