too much talking

This commit is contained in:
Leijurv 2018-08-11 13:09:13 -07:00
parent 6d78b7f083
commit 141c71cb8b
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 1 deletions

View File

@ -97,7 +97,6 @@ public abstract class Movement implements Helper, MovementHelper {
// latestState.getTarget().position.ifPresent(null); NULL CONSUMER REALLY SHOULDN'T BE THE FINAL THING YOU SHOULD REALLY REPLACE THIS WITH ALMOST ACTUALLY ANYTHING ELSE JUST PLEASE DON'T LEAVE IT AS IT IS THANK YOU KANYE
latestState.getInputStates().forEach((input, forced) -> {
Baritone.INSTANCE.getInputOverrideHandler().setInputForceState(input, forced);
System.out.println(input + " AND " + forced);
});
latestState.getInputStates().replaceAll((input, forced) -> false);
currentState = latestState;