that should NOT have been there

This commit is contained in:
Leijurv 2018-09-05 21:08:18 -07:00
parent db3aa5a714
commit 008422680d
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
2 changed files with 4 additions and 1 deletions

View File

@ -46,7 +46,6 @@ public class CalculationContext implements Helper {
}
public CalculationContext(ToolSet toolSet) {
player().setSprinting(true);
this.toolSet = toolSet;
this.hasThrowaway = Baritone.settings().allowPlace.get() && MovementHelper.throwaway(false);
this.hasWaterBucket = Baritone.settings().allowWaterBucketFall.get() && InventoryPlayer.isHotbar(player().inventory.getSlotFor(STACK_BUCKET_WATER)) && !world().provider.isNether();

View File

@ -0,0 +1,4 @@
package baritone.pathing.movement.movements;
public class MovementParkour {
}