This commit is contained in:
Leijurv
2018-09-02 10:45:07 -07:00
parent 462ccad885
commit e58c43305c
2 changed files with 16 additions and 1 deletions

View File

@ -188,7 +188,7 @@ public class ExampleBaritoneControl extends Behavior {
if (msg.toLowerCase().startsWith("mine")) {
String blockType = msg.toLowerCase().substring(4).trim();
MineBehavior.INSTANCE.mine(blockType);
displayChatMessageRaw("Started mining blocks of type" + blockType);
displayChatMessageRaw("Started mining blocks of type " + blockType);
event.cancel();
return;
}