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

View File

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