yet another meaningless commit

This commit is contained in:
Babbaj 2019-05-25 17:25:23 -04:00
parent 8d32db5206
commit bd0c7b9391
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;
}