Merge pull request #427 from babbaj/master

yet another meaningless commit
This commit is contained in:
Leijurv 2019-05-25 14:30:02 -07:00
commit 44327c009a
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A

View File

@ -415,7 +415,7 @@ public class ExampleBaritoneControl implements Helper, AbstractGameEventListener
return true;
}
Entity effectivelyFinal = toFollow.get();
baritone.getFollowProcess().follow(x -> effectivelyFinal.equals(x));
baritone.getFollowProcess().follow(effectivelyFinal::equals);
logDirect("Following " + toFollow.get());
return true;
}