Remove ignored hashCode call

This commit is contained in:
Brady 2018-09-24 18:58:08 -05:00
parent b575f54977
commit 529f8dae47
No known key found for this signature in database
GPG Key ID: 73A788379A197567

View File

@ -300,7 +300,6 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
String[] blockTypes = msg.substring(4).trim().split(" ");
try {
int quantity = Integer.parseInt(blockTypes[1]);
ChunkPacker.stringToBlock(blockTypes[0]).hashCode();
MineBehavior.INSTANCE.mine(quantity, blockTypes[0]);
logDirect("Will mine " + quantity + " " + blockTypes[0]);
event.cancel();