Remove ignored hashCode call
This commit is contained in:
parent
b575f54977
commit
529f8dae47
@ -300,7 +300,6 @@ public class ExampleBaritoneControl extends Behavior implements Helper {
|
|||||||
String[] blockTypes = msg.substring(4).trim().split(" ");
|
String[] blockTypes = msg.substring(4).trim().split(" ");
|
||||||
try {
|
try {
|
||||||
int quantity = Integer.parseInt(blockTypes[1]);
|
int quantity = Integer.parseInt(blockTypes[1]);
|
||||||
ChunkPacker.stringToBlock(blockTypes[0]).hashCode();
|
|
||||||
MineBehavior.INSTANCE.mine(quantity, blockTypes[0]);
|
MineBehavior.INSTANCE.mine(quantity, blockTypes[0]);
|
||||||
logDirect("Will mine " + quantity + " " + blockTypes[0]);
|
logDirect("Will mine " + quantity + " " + blockTypes[0]);
|
||||||
event.cancel();
|
event.cancel();
|
||||||
|
Loading…
Reference in New Issue
Block a user