This commit is contained in:
Leijurv 2018-11-03 19:41:40 -07:00
parent c37a5ba956
commit e017238aca
No known key found for this signature in database
GPG Key ID: 44A3EA646EADAC6A
1 changed files with 0 additions and 3 deletions

View File

@ -46,8 +46,6 @@ import java.util.stream.Stream;
public class ExampleBaritoneControl extends Behavior implements Helper {
public static ExampleBaritoneControl INSTANCE; // compatibility with impact 4.4
private static final String HELP_MSG =
"baritone - Output settings into chat\n" +
"settings - Same as baritone\n" +
@ -80,7 +78,6 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
public ExampleBaritoneControl(Baritone baritone) {
super(baritone);
INSTANCE = this;
}
@Override