yet another meaningless commit

This commit is contained in:
Babbaj 2019-05-25 17:27:06 -04:00
parent a6954aa719
commit de554655a5
No known key found for this signature in database
GPG Key ID: 48FD0BEFD63C8E3F
1 changed files with 1 additions and 1 deletions

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;
}