Merge LocationTrackingBehavior into MemoryBehavior

Fixes #242
This commit is contained in:
Brady
2018-10-29 16:43:03 -05:00
parent f6043f4ac6
commit 19ecb1bbb3
3 changed files with 16 additions and 54 deletions

View File

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