Expose IPathingControlManager in IBaritone

This commit is contained in:
Brady
2019-01-10 19:57:09 -06:00
parent 14f006c3a5
commit f727e71eaf
2 changed files with 4 additions and 0 deletions

View File

@@ -129,6 +129,7 @@ public class Baritone implements IBaritone {
this.initialized = true;
}
@Override
public PathingControlManager getPathingControlManager() {
return this.pathingControlManager;
}