unused lol

This commit is contained in:
Leijurv 2018-10-28 15:24:23 -07:00
parent f0226f1ea7
commit adbb03e5cb
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 2 deletions

View File

@ -66,7 +66,6 @@ public enum Baritone implements IBaritoneProvider {
private PathingBehavior pathingBehavior;
private LookBehavior lookBehavior;
private MemoryBehavior memoryBehavior;
private LocationTrackingBehavior locationTrackingBehavior;
private FollowBehavior followBehavior;
private MineBehavior mineBehavior;
@ -96,7 +95,7 @@ public enum Baritone implements IBaritoneProvider {
pathingBehavior = new PathingBehavior(this);
lookBehavior = new LookBehavior(this);
memoryBehavior = new MemoryBehavior(this);
locationTrackingBehavior = new LocationTrackingBehavior(this);
new LocationTrackingBehavior(this);
followBehavior = new FollowBehavior(this);
mineBehavior = new MineBehavior(this);
new ExampleBaritoneControl(this);