Fixing formatting

This commit is contained in:
nossr50 2012-04-29 08:11:03 -07:00
parent 445214f0b5
commit 51c45e86ce
2 changed files with 2 additions and 4 deletions

View File

@ -112,8 +112,7 @@ public class mcMMO extends JavaPlugin {
try {
Metrics metrics = new Metrics(this);
metrics.start();
}
catch (IOException e) {
} catch (IOException e) {
System.out.println("Failed to submit stats.");
}
}

View File

@ -43,7 +43,6 @@ public class Herbalism {
inventory.removeItem(new ItemStack(Material.SEEDS));
player.updateInventory();
greenTerraConvert(player, block);
}
}