whoops forgot that

This commit is contained in:
Leijurv 2019-01-28 10:32:28 -08:00
parent 8d7841b069
commit bf78a4dfad
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
}
}
private boolean runCommand(String msg0) {
public boolean runCommand(String msg0) { // you may think this can be private, but impcat calls it from .b =)
String msg = msg0.toLowerCase(Locale.US).trim(); // don't reassign the argument LOL
PathingBehavior pathingBehavior = baritone.getPathingBehavior();
CustomGoalProcess customGoalProcess = baritone.getCustomGoalProcess();